Claude supports MCP both in the web app (Pro / Max / Team plans) and on the desktop app. Pick the path that matches your setup.Documentation Index
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Claude.ai (web)
Available on Pro, Max and Team plans. The web app talks to remote MCP servers natively, no bridge required.Add a custom connector
Scroll to the bottom and click Add custom connector.
| Field | Value |
|---|---|
| Name | OnlyTraffic Studio |
| URL | https://studio-api.onlytraffic.com/mcp |
Authorize
Claude opens the OnlyTraffic authorize page in a popup. Paste your Studio API key (create one here) and click Authorize.The popup closes and the connector turns green.
Connectors are remembered per-organization. If a teammate adds the same connector with their own API key, the data stays scoped to their account, not yours.
Claude Desktop
Claude Desktop (macOS / Windows) talks to local MCP servers over stdio. To reach our remote server, use themcp-remote bridge.
Open the config
Open the Claude Desktop config file:
- macOS —
~/Library/Application Support/Claude/claude_desktop_config.json - Windows —
%APPDATA%\Claude\claude_desktop_config.json
Add the MCP server
Add an entry under
mcpServers:mcp-remote is a small Node bridge that translates stdio MCP into HTTP MCP and handles the OAuth dance for you. It runs locally, no data goes through any third party.Restart Claude Desktop
Fully quit and reopen Claude. The first time you ask Claude to use a Studio tool, your browser opens to the authorize page. Paste your API key and confirm.
Revoking access
To disconnect Claude from your Studio account:- Go to Studio → API.
- Revoke the API key Claude is using. All Claude sessions tied to that key stop working immediately.