MCP server that provides LLMs with tools for interacting with EVM networks
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"evm-mcp-http": {
"args": [
"-y",
"@mcpdotdirect/evm-mcp-server",
"--http"
],
"command": "npx"
},
"evm-mcp-server": {
"args": [
"-y",
"@mcpdotdirect/evm-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across 60+ EVM-compatible networks. This server enables AI agents to interact with Ethereum, Optimism, Arbitrum, Base, Polygon, and many other EVM chains with a unified interface through 22 tools and 10 AI-guided prompts.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mcpdotdirect/evm-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mcpdotdirect/evm-mcp-server against OSV.dev.
Click any tool to inspect its schema.
transaction_preparationGuidance for planning and executing transfers
wallet_analysisTools for analyzing wallet activity and holdings
smart_contract_explorationInteractive ABI fetching and contract analysis
contract_interactionSafe execution of write operations on smart contracts
network_informationLearning about EVM networks and comparisons
approval_auditingReviewing and managing token approvals
error_diagnosisTroubleshooting transaction failures
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Open-source Model Context Protocol (MCP) server for JazzCash — Pakistan's largest mobile-money platform. Hosted Checkout, Mobile Wallet charges, inquiries, and refunds for AI agents.
MCP Security Weekly
Get CVE alerts and security updates for Evm Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across 60+ EVM-compatible networks. This server enables AI agents to interact with Ethereum, Optimism, Arbitrum, Base, Polygon, and many other EVM chains with a unified interface through 22 tools and 10 AI-guided prompts.
The MCP EVM Server leverages the Model Context Protocol to provide blockchain services to AI agents. It supports a wide range of services including:
All services are exposed through a consistent interface of MCP tools, resources, and prompts, making it easy for AI agents to discover and use blockchain functionality. Every tool that accepts Ethereum addresses also supports ENS names, automatically resolving them to addresses behind the scenes. The server includes intelligent ABI fetching, eliminating the need to know contract ABIs in advance.
ERC20 Tokens
NFTs (ERC721)
Multi-tokens (ERC1155)