go-ethereum

GitHub

Go implementation of the Ethereum protocol

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go-ethereum": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go-ethereum"
      ]
    }
  }
}