Stop editing JSON by hand. Enter your server URL,
pick your platform — get the exact command.
Run this, then restart Claude Desktop. Your MCP tools will be live.
The wizard prompts you for the URL and platform step by step.
✔ connect-mcp writes this for you automatically. This tab is for reference only.
Auto-detects Claude Desktop's config file path for your OS — macOS or Windows.
Merges only the mcpServers key. All other settings are untouched. Creates the file if missing.
Checks the result is well-formed before writing. Backs up the original config automatically.
One restart of Claude Desktop and your MCP tools are live — no debugging, no guesswork.
Pass platform then URL as flags. Explicit, fast, CI-friendly.
Omit the platform — defaults to Claude automatically.
No flags needed. Get prompted for everything step by step.
| Claude Desktop | ✔ supported |
| Claude Cowork/Code | ✔ supported |
| Cursor | 🚧 planned |
| VS Code | 🚧 planned |
| Continue.dev | 🚧 planned |
| HTTP | ✔ supported |
| MCP / SSE | ✔ supported |
| Cloudflare Tunnel | ✔ recommended |
| Local command | ✔ supported |
| ngrok | ✔ supported |
connect-mcp only modifies the mcpServers key. Everything else — theme, history, preferences — is left untouched. A backup is written before any change.connect-mcp creates it automatically with the correct structure. No manual file creation needed./sse path is an internal streaming endpoint. Claude Desktop connects to /mcp directly. Using /sse causes a silent failure — your server simply won't be called.localhost directly. For external access, Cloudflare Tunnel is the recommended free alternative — it handles SSE correctly.npx connect-mcp claude --url http://localhost:8000/mcp. Restart Claude Desktop and your tools are live.