# paradigmxyz/reth | Model Context Protocol (MCP) Server > Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust - **Stars**: ⭐ 5,726 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "reth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-reth" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "reth": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-reth" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-reth` - **Docker**: `docker run -i --rm mcp/reth`