← Back to Plugins
MCP Server MCP

OP3 MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @conorbronsdon/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@conorbronsdon/op3-mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OP3 API token — sign in at https://op3.dev and open your API token page",
          "isRequired": true,
          "name": "OP3_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...