Odel
etherscan mcp server

etherscan mcp server

Local
@friendlygeorgeJavaScriptMITUpdated 2mo ago

MCP server for Etherscan — Ethereum blockchain explorer API for AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmetherscan-mcp-serverv1.0.0

Run

npx -y etherscan-mcp-server

MCP client config

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