Catalog
OP3 MCP Server
Officialby conorbronsdon · TypeScript
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
View podcast analytics including downloads, geography, and app distribution.
Topics
ai-agentsanalyticsclaudemcpmodel-context-protocolop3podcastpodcastingtypescript
README not available yet.
Install
Configuration
Environment variables
OP3_API_TOKENrequiredOP3 API token — sign in at https://op3.dev and open your API token page
claude_desktop_config.json
{
"mcpServers": {
"op3-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/op3-mcp@0.1.0"
],
"env": {
"OP3_API_TOKEN": "<YOUR_OP3_API_TOKEN>"
}
}
}
}