Skip to main content
The Superflow MCP server lets an AI assistant work inside your Superflow workspace. Connect it once and you can ask Claude, ChatGPT, Cursor, or Gemini to run review agents on a page, read back the findings, create projects, verify installs, and summarise open comment threads — without leaving the chat. Model Context Protocol (MCP) is the open standard these clients use to talk to external tools. Superflow ships a single remote MCP server, so there is nothing to install and nothing to run locally.

Server details

The same URL works everywhere. Whichever client you use, you paste that one endpoint, sign in to Superflow in a browser window, and approve the scopes you want to grant.
Dynamic client registration means no client ID or secret to copy anywhere. If a setup screen asks for one, leave it blank.

Connect your client

Claude

claude.ai, Claude Code, and the Claude API.

ChatGPT

Custom connector on Plus, Pro, Business, Enterprise, and Edu.

Cursor

One-click install button, or mcp.json.

Gemini

Gemini CLI via settings.json.

Other MCP clients

Anything that supports remote MCP servers over HTTP.

Troubleshooting

Connection, sign-in, and permission problems.

What you can ask for

The server exposes 22 tools. They’re task-shaped rather than API-shaped: one tool does one thing an operator would actually ask for, so the assistant rarely needs to chain half a dozen calls to answer a question. These are the ones you’ll reach for most: Alongside those, the server can read your open comment threads, list and create agents, read workspace details, and invite teammates. Your client lists every available tool once you connect.
Agent runs are asynchronous. run_agents starts a run and returns a run ID; the assistant then polls get_agent_run until it finishes before calling get_agent_findings. A full-page review usually takes a couple of minutes, so expect the assistant to wait rather than answer instantly.

Example prompts

Once you’re connected, try:
Run the accessibility and broken links agents on acme.com and summarise what they found.
How many open comment threads does my team have this week?
Create a Superflow project for staging.acme.com, give me the install snippet, and verify it once I deploy.

Permissions

Superflow asks for consent per user, and shows each scope on the approval screen before anything is granted: Access is scoped to the workspace you pick during sign-in, and the assistant can only ever do what your own account can do. Revoke access at any time from your client’s connected apps screen — the assistant loses access immediately.
The invite tools send real email. Be specific about addresses when you ask an assistant to invite someone.

Try it without an account

There’s a read-only demo endpoint with sample data that needs no sign-in:
Add it the same way you’d add the main server. It’s useful for seeing what the tools return before you connect a real workspace, and it’s the option to point people at when their plan doesn’t allow custom connectors.