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:
Go to Settings → Connectors → Add MCP server, enter the URL https://mcp.kadoa.com/mcp, and sign in with OAuth.
Go to Settings → Connectors → Add custom MCP, enter the URL https://mcp.kadoa.com/mcp, and sign in via OAuth.
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.