toflow.ai Logo
MCP Docs

Setup

Connect Claude, Cursor, or Windsurf to your toflow.ai workspace in minutes using OAuth — no API key required.

Supported Clients

The toflow.ai MCP server works with any MCP-compatible AI client including Claude, Cursor, and Windsurf.


Connect via Claude Desktop

1. Open Settings → Connectors

In Claude, open Settings, then navigate to the Connectors section. Click Add Custom Connector.

2. Enter the connector details

FieldValue
Nametoflow.ai
URLhttps://mcp.toflow.ai/mcp

Save the connector.

3. Click Connect and authorize

Locate toflow.ai in the connectors list and click Connect. Claude will open a browser window to the toflow.ai authorization page. Make sure you are logged into the workspace you want to connect, then click Authorize Access.


Connect via config file

For Cursor, Windsurf, or any MCP-compatible client that uses a JSON config:

json
{
  "mcpServers": {
    "toflow": {
      "type": "http",
      "url": "https://mcp.toflow.ai/mcp"
    }
  }
}

Authentication

OAuth 2.0 (Authorization Code). Your client will redirect to toflow.ai on first connect. Tokens are valid for 90 days.

EndpointURL
Authorizationhttps://mcp.toflow.ai/oauth/authorize
Tokenhttps://mcp.toflow.ai/oauth/token
Discoveryhttps://mcp.toflow.ai/.well-known/oauth-authorization-server