Skip to content
Claude Desktop

connector platform for Claude Desktop

io.github.danielsalles/connector-platform

100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user.

client:Claude Desktop transport:streamable-http

Install connector platform in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "connector-platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

connector platform in other clients