Back to MCP Servers
🔌

mcpdotdirect/evm-mcp-server

MITAPI key required

📇 ☁️ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution.

TypeScriptAI & LLMs

Install

npx -y @mcpdotdirect/evm-mcp-server

Required environment variables

EVM_PRIVATE_KEYSet in your MCP config
ETHERSCAN_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcpdotdirect-evm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpdotdirect/evm-mcp-server"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<YOUR_EVM_PRIVATE_KEY>",
        "ETHERSCAN_API_KEY": "<YOUR_ETHERSCAN_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.