claude.ai
Custom connectors are available on Claude Pro and Max, and on Team and
Enterprise where an admin has enabled connectors. Free plans can’t add remote
connectors — use the demo endpoint
instead.
1
Open connector settings
In claude.ai, go to Settings, then Connectors.
2
Add a custom connector
Click Add custom connector and paste the Superflow server URL:
3
Sign in to Superflow
Claude opens the Superflow sign-in page. Sign in and pick the workspace you
want Claude to work in.
4
Approve the scopes
Review the permissions on the Superflow consent screen and approve. Claude
can now use the Superflow tools in any conversation.
Claude Code
Add the server from your terminal:/mcp inside Claude Code to check connection status or re-authenticate.
Claude API
Pass the server in themcp_servers block of your request:
- The MCP connector is behind a beta header. Check the current header value in Anthropic’s MCP connector documentation before you send the request.
- The API can’t run an interactive sign-in. There’s no browser in the loop, so you supply a token yourself in
authorization_tokenrather than going through the OAuth prompt. Generate one from the MCP settings in your Superflow dashboard.