MCP server that provides LLMs with tools for interacting with EVM networks
{
"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.
MCP server that provides LLMs with tools for interacting with EVM networks
Is it safe?
No known CVEs for @mcpdotdirect/evm-mcp-server.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 133 days ago. 373 stars. 77 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
6 tools. ~500 tokens (0.2% of 200K).
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:
transfer_nativeTransfer native tokens across supported networks
transfer_erc20Transfer ERC20 tokens between addresses
approve_token_spendingApprove token spending allowances
write_contractExecute state-changing functions on smart contracts with automatic ABI fetching
sign_messageSign arbitrary messages for authentication and verification
sign_typed_dataSign structured data (EIP-712) for gasless transactions and meta-transactions
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
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
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)