Skip to main content
Copy the Bloom MCP server URL:
Bloom supports two ways to authenticate:
  • Sign in with Bloom (OAuth) — the default for interactive clients. Sign in through a browser the first time the client connects.
  • API key — a static bloom_sk_... key for a server, continuous-integration job, automation host, or another environment without browser sign-in.
Create an API key from your account settings and treat it like a password. Reference it from an environment variable or secret store, never commit it or expose it client-side. The examples below use BLOOM_API_KEY where the client supports environment variables. An API key can use either header form; use the one your client expects:

Choose your client

Sign in with Bloom

OAuth works in the Claude desktop app and on claude.ai (Pro, Max, Team, and Enterprise).
1

Open the connector settings

Go to Settings → Connectors and click Add custom connector.
2

Add the server

Paste the server URL and click Connect.
3

Sign in

Sign in with Bloom when the browser opens.

API key

claude.ai is sign-in only. Claude Desktop can use a key through the mcp-remote bridge, but the key is stored in plaintext in claude_desktop_config.json. Keep that file private and add Bloom under Settings → Developer → Edit Config:
Restart Claude Desktop to pick up the change.