cctoggle

suenot/cctoggle
★ 0 stars Python Code/Dev Tools Updated today
Toggle all Claude Code plugins + user MCP servers off/on without restart — global /cctoggle slash command
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cctoggle": {
      "command": "uvx",
      "args": [
        "cctoggle"
      ]
    }
  }
}

Or install with pip: pip install cctoggle

README Excerpt

Turn **all Claude Code plugins** and **user-scope MCP servers** off and back on — without restarting the app — from a single global slash command `/cctoggle`. Useful when the loaded plugins + MCP tools bloat your context/token budget and you want a clean session, then a one-command restore. | Thing | Where | How it's toggled |