Skip to main content
Finance & FintechTypeScript

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.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/evm-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "evm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "JamesANZ/evm-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
JamesANZ