JamesANZ/evm-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"evm-mcp": {
"command": "npx",
"args": [
"-y",
"evm-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Complete EVM JSON-RPC access in your AI workflow. Query any EVM-compatible network (Ethereum, Polygon, Arbitrum, Optimism, BSC, and more) through any node provider. Works with Infura, Alchemy, QuickNode, local nodes, and more.
An MCP (Model Context Protocol) server that provides comprehensive access to Ethereum Virtual Machine (EVM) JSON-RPC methods for AI coding environments like Cursor and Claude Desktop.
Ready to interact with EVM blockchains? Install in seconds:
Install in Cursor (Recommended):
š Install in Cursor
Or install manually:
npm install -g @jamesanz/evm-mcp
# Or from source:
git clone https://github.com/JamesANZ/evm-mcp.git
cd evm-mcp && npm install && npm run buildLoading reviews...