Skip to content
Claude Desktop

TeleQuick Platform for Claude Desktop

dev.telequick/portal

Tenant-scoped control plane over the TeleQuick platform's full API surface

client:Claude Desktop transport:streamable-http

Install TeleQuick Platform in Claude Desktop

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

{
  "mcpServers": {
    "portal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://portal.telequick.dev/mcp"
      ]
    }
  }
}

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

TeleQuick Platform in other clients