cc-switch

GitHub

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cc-switch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cc-switch"
      ]
    }
  }
}