PluginBench
MCP Server
Active
MIT

OP3 MCP Server MCP Server

io.github.conorbronsdon/op3-mcp

What is the OP3 MCP Server MCP server?

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

How to install OP3 MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OP3_API_TOKEN
    required

    OP3 API token — sign in at https://op3.dev and open your API token page

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "op3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<YOUR_OP3_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "op3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<YOUR_OP3_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "op3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<YOUR_OP3_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "op3-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<YOUR_OP3_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add op3-mcp --env OP3_API_TOKEN=<YOUR_OP3_API_TOKEN> -- npx -y @conorbronsdon/op3-mcp

Related MCP servers

Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.

9
TypeScript
MIT
View repository →

Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

4
TypeScript
MIT
View repository →

Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.

1
TypeScript
MIT
View repository →

Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.

1
TypeScript
MIT
View repository →