cursor-mcp-switch

glira/cursor-mcp-switch
★ 0 stars JavaScript Code/Dev Tools Updated today
Cursor sidebar and CLI to toggle MCP servers by moving mcp.json blocks. Not an official Cursor extension.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursor-mcp-switch": {
      "command": "npx",
      "args": [
        "-y",
        "glira/cursor-mcp-switch"
      ]
    }
  }
}

README Excerpt

Toggle Cursor MCP servers from a **sidebar panel**. The built-in MCP switch is per-workspace and often does not survive a restart or a new window. `"enabled": false` in `mcp.json` is ignored. Marketplace extensions cannot persist that official toggle. What does work: a server that is **not** listed in `~/.cursor/mcp.json` does not start. MCP Switch parks the full server object (including `env` / secrets) in a local disabled store instead of deleting it.

Tools (3)

listoffstatus

Topics

clicursormcpvscode-extension