MCP
One-click install
Add Breeth to Claude or ChatGPT in two clicks. No config files.
Breeth supports the MCP connector flow on Claude and ChatGPT. The user clicks Add, signs in to Breeth once, and the connector is wired — no JSON files, no API keys to paste.
Claude
claude.ai → Settings → Connectors → Add custom
ChatGPT
chatgpt.com → Developer Mode → Connectors → Add custom
The URL
In every flow, you paste the same MCP server URL:
https://mcp.thebreeth.com/mcpWhat happens under the hood
- The AI client discovers Breeth's OAuth metadata at
mcp.thebreeth.com/.well-known/oauth-authorization-server. - It registers itself dynamically via
/oauth/registerand gets aclient_id. - It redirects your browser to
/oauth/authorize. Breeth bounces you tobreeth.com/oauth/consentto confirm. - You sign in (if you weren't already) and click Approve.
- Breeth mints a
ck_live_…API key bound to your account and returns it to the AI client. - The client uses that key as its
Authorization: Beareron every subsequent MCP request.
You can revoke any connector-issued key any time from API keys — connector-issued keys show with a platform badge ("Issued via Claude (web)") so you can pick which one.
Power-user paths
If you'd rather wire it up by hand:
| Path | Doc |
|---|---|
| Claude Desktop | Setup → |
| Claude Code (plugin marketplace) | Setup → |
| OpenAI Codex | Setup → |
| Cursor | Setup → |
| Anything that speaks MCP | Reference → |