Connect from Claude or ChatGPT
If your assistant can open a browser, this is the whole setup. No token to copy, nothing to paste twice.
- 1In claude.ai: Settings → Connectors, then Add custom connector (direct link: claude.ai/customize/connectors).
- 2In ChatGPT: Settings → Connectors, then add a connector by its URL.
- 3Paste the server address above.
- 4A browser window opens. Sign in to Benzaiflow and tick what this assistant is allowed to do.
- 5That is it. The connection stays until you remove it.
You need a full Benzaiflow account for this, not a guest one — signing in with Apple, Google, or your email is enough. Menus move around: if the wording differs, look for connectors, apps, or MCP servers in your assistant's settings. On team or enterprise plans, an admin may have to add it for everyone.
Connect from Claude Code or a headless tool
Terminals, scripts, and background jobs cannot open a browser, so they use a connection key (a personal access token) instead.
- 1In the Benzaiflow app, go to Settings → Connections and tap New connection. You choose what it is allowed to do while you are there.
- 2Copy the key straight away — it is shown once, and only a hash of it is kept.
- 3Add the server to Claude Code with the command below.
Add it to Claude Code
claude mcp add --transport http benzaiflow \
https://api.benzaiflow.com/mcp \
--header "Authorization: Bearer <your token>"
One thing worth knowing
If the header is rejected, Claude Code reports the connection as failed rather than falling back to browser sign-in. It will keep failing until you remove the header from your configuration — remove it, and the browser flow takes over.
Connections expire after 90 days by default, and you can disconnect any of them from the same screen.