Skip to content
Cursor

OP3 MCP Server for Cursor

io.github.conorbronsdon/op3-mcp

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

client:Cursor transport:stdio runtime:npm

Install OP3 MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OP3 MCP Server in other clients