# ethereum/go-ethereum | Model Context Protocol (MCP) Server > Go implementation of the Ethereum protocol - **Stars**: ⭐ 51,285 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "go-ethereum": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-ethereum" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "go-ethereum": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-ethereum" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-go-ethereum` - **Docker**: `docker run -i --rm mcp/go-ethereum`