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_TOKENrequiredOP3 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-mcpRelated MCP servers
Substack MCP Server
Active
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
9
View repository →TypeScript
MIT
Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
4
View repository →TypeScript
MIT
Podcast Index MCP Server
Active
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
1
View repository →TypeScript
MIT
Transistor MCP Server
Active
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
1
View repository →TypeScript
MIT