Skip to main content
One server URL works everywhere:

claude.ai

Available on Pro and Max plans, and on Team or Enterprise where an admin has enabled connectors.
1

Open Settings, then Connectors

Click Add custom connector.
2

Paste the server URL

Enter https://mcp.usesuperflow.ai/mcp and save.
3

Sign in and approve

Claude sends you to Superflow’s consent screen. Sign in, pick the workspace to connect, review the permissions, and click Approve.
Then just ask, in any chat: “Run the accessibility and broken links agents on acme.com and summarize what they found.”

Claude Code

1

Add the server from your terminal

2

Sign in when prompted

Claude Code runs the sign-in flow in your browser the first time a Superflow tool is used.

Claude API

Pass the server in the mcp_servers block of a Messages API request, with a matching mcp_toolset entry in tools (both are required) and the MCP client beta flag:
Over raw HTTP, the beta flag goes in a header instead: anthropic-beta: mcp-client-2025-11-20. The authorization_token is an access token for the Superflow connector obtained through the OAuth sign-in flow; see the Claude API MCP connector docs for how clients obtain and refresh it.
Free-plan claude.ai accounts cannot add remote connectors. Upgrade, or use Claude Code, which works on any plan that includes it.