# ultraworkers/claw-code | Model Context Protocol (MCP) Server > An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention. - **Stars**: ⭐ 195,006 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "claw-code": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claw-code" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "claw-code": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claw-code" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-claw-code` - **Docker**: `docker run -i --rm mcp/claw-code`