Best for
- AI agents that need unified operations across multiple EVM networks
- Smart contract interactions with automatic ABI fetching
- Applications prioritizing user-friendliness (ENS support, simplified address input)
Feature-rich, supports multiple networks, but requires users to manage private keys with strong security awareness.
This is a Model Context Protocol (MCP) server that provides blockchain services for AI agents to interact with 60+ EVM-compatible networks. It offers a unified interface for reading blockchain state, interacting with smart contracts (with automatic ABI fetching), transferring tokens (including ERC20, ERC721, ERC1155), and resolving ENS names.
npx @mcpdotdirect/evm-mcp-server (stdio) or npx @mcpdotdirect/evm-mcp-server --http (HTTP/SSE).git clone https://github.com/mcpdotdirect/evm-mcp-server.git && cd evm-mcp-server && bun install.{
"mcpServers": {
"evm-mcp-server": {
"command": "npx",
"args": [
"-y",
"@mcpdotdirect/evm-mcp-server"
]
}
}
}