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

Installation

npx -y evm-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub