Skip to content
Cline

OP3 MCP Server for Cline

io.github.conorbronsdon/op3-mcp

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

client:Cline transport:stdio runtime:npm

Install OP3 MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "op3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<OP3_API_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

OP3 MCP Server in other clients