BreethDocs v0.1
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.

The URL

In every flow, you paste the same MCP server URL:

https://mcp.thebreeth.com/mcp

What happens under the hood

  1. The AI client discovers Breeth's OAuth metadata at mcp.thebreeth.com/.well-known/oauth-authorization-server.
  2. It registers itself dynamically via /oauth/register and gets a client_id.
  3. It redirects your browser to /oauth/authorize. Breeth bounces you to breeth.com/oauth/consent to confirm.
  4. You sign in (if you weren't already) and click Approve.
  5. Breeth mints a ck_live_… API key bound to your account and returns it to the AI client.
  6. The client uses that key as its Authorization: Bearer on 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:

PathDoc
Claude DesktopSetup →
Claude Code (plugin marketplace)Setup →
OpenAI CodexSetup →
CursorSetup →
Anything that speaks MCPReference →

On this page