# farion1231/cc-switch | Model Context Protocol (MCP) Server > A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io - **Stars**: ⭐ 126,766 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cc-switch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-switch" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cc-switch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-switch" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cc-switch` - **Docker**: `docker run -i --rm mcp/cc-switch`