The evm MCP server lets AI agents interact with 60+ EVM networks. It provides tools for querying blockchain data, sending transactions, and deploying smart contracts. It connects to EVM-compatible chains via RPC endpoints and supports Ethers.js for blockchain operations. Developers use it to build AI agents that automate blockchain tasks, monitor smart contracts, or analyze on-chain data.
The evm MCP server lets AI agents interact with 60+ EVM networks. It provides tools for querying blockchain data, sending transactions, and deploying smart contracts. It connects to EVM-compatible chains via RPC endpoints and supports Ethers.js for blockchain operations. Developers use it to build AI agents that automate blockchain tasks, monitor smart contracts, or analyze on-chain data.
npx -y @mcpdotdirect/evm-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcpdotdirect-evm-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y @mcpdotdirect/evm-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from evm?"
API Key Required
This server requires an API key from evm. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| EVM_API_KEY | Yes | Your evm API key |
"What resources are available in evm?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in evm"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in evm with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.