finance & fintech

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.

typescript
cloud
finance & fintech
0
View on GitHub

Installation

npx -y JamesANZ/evm-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/JamesANZ/evm-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub