MCP Server — ChatGPT & Claude.ai Support

26 February 2026
Back to changelog

The Kadoa MCP server now supports remote connections via Streamable HTTP with OAuth. This means you can connect directly from ChatGPT, Claude.ai, and other MCP clients — no local install or API key configuration needed.

Just point your client to https://mcp.kadoa.com/mcp, sign in with your Kadoa account, and start managing workflows:

  • "Create a workflow to extract product prices from example.com"
  • "List my Kadoa workflows"
  • "Run workflow abc123 and show me the results"

ChatGPT

Go to Settings → Connectors → Add MCP server, enter the URL https://mcp.kadoa.com/mcp, and sign in with OAuth.

Claude.ai

Go to Settings → Connectors → Add custom MCP, enter the URL https://mcp.kadoa.com/mcp, and sign in via OAuth.

Cursor (Remote)

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "kadoa": {
      "type": "http",
      "url": "https://mcp.kadoa.com/mcp"
    }
  }
}

The local stdio setup with npx @kadoa/mcp continues to work for Claude Code, Claude Desktop, Codex, Gemini CLI, and other clients.

MCP server documentation ->