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.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/evm-mcpClaude Desktop configuration example:
{
"mcpServers": {
"evm-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/evm-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.