Back to MCP Servers
Evm
An MCP server that provides complete access to Ethereum Virtual Machine (EVM) JSON-RPC methods. Works with any EVM-compatible node provider including Infura, Alchemy, QuickNode, local nodes, and more.
finance-fintechnode
By JamesANZ
Installation
npx -y evm-mcpConfiguration
{
"mcpServers": {
"evm-mcp": {
"command": "npx",
"args": ["-y", "evm-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes