mcpbeat Sign in
local only

OP3 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 12 · avg 5 · +100% w/w
a month agotoday
30
Installs / week
npm · @conorbronsdon/op3-mcp
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check OP3 MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add op3-mcp -- npx -y @conorbronsdon/op3-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "op3-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.op3-mcp]
command = "npx"
args = ["-y", "@conorbronsdon/op3-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "op3-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "op3-mcp": {
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OP3_API_TOKEN (OP3 API token — sign in at https://op3.dev and open your API token page). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OP3 MCP Server

same job, measured the same way
Apple Podcasts MCP Server
by conorbronsdon

Apple Podcasts Connect owner analytics over Reporter: plays, followers, episodes. Read-only.

26 installs/wk local only
Box Admin Analytics MCP
by shigechika

MCP server for Box admin-log analytics — external-sharing visibility, read-only

291 installs/wk local only
Easy Digital Downloads
by verygoodplugins

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

35 installs/wk local only
Transistor MCP Server
by conorbronsdon

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

34 installs/wk local only
Hedera MCP
by expertvagabond

Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.

84 installs/wk local only
Opn MCP
by ysalitrynskyi

MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management.

40 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Recharge Merchant MCP
by rechargeapps

Read-only Recharge store analytics: metrics, dimensions, and governed queries in plain language.

answering

OP3 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for OP3 MCP Server?
OP3 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @conorbronsdon/op3-mcp was installed 30 times last week.
How do I connect OP3 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @conorbronsdon/op3-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OP3 MCP Server?
The npm package @conorbronsdon/op3-mcp was installed 30 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OP3 MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.