# zeroclaw-labs/zeroclaw | Model Context Protocol (MCP) Server > Fast, small, and fully autonomous AI personal assistant infrastructure, any OS, any platform — deploy anywhere, swap anything 🦀 - **Stars**: ⭐ 32,563 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "zeroclaw": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-zeroclaw" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "zeroclaw": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-zeroclaw" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-zeroclaw` - **Docker**: `docker run -i --rm mcp/zeroclaw`