The eleven supported clients
Most of these handle OAuth themselves: you add the URL, they open a browser on first connect, and they store the credential outside your config file, so no secret goes inmcp.json.
Two work differently. ChatGPT has no config file at all and is added through a plan-gated
developer surface, and Qwen Code expects a bearer token in ~/.qwen/settings.json, because its
OAuth configuration needs a static client id that Hive does not issue. Their pages cover both.
Claude Code
One command in your terminal.
Claude Desktop
Settings, Connectors, paste the URL.
Cursor
~/.cursor/mcp.jsonWindsurf
~/.codeium/windsurf/mcp_config.jsonVS Code
.vscode/mcp.json, version 1.102 or newer.ChatGPT
Business and Enterprise workspaces.
Grok
Connectors on grok.com.
Codex CLI
codex mcp add, then log in.Gemini CLI
~/.gemini/settings.jsonKimi Code CLI
kimi mcp add, then authorize.Qwen Code
~/.qwen/settings.json
