Skip to content
Zed

OP3 MCP Server for Zed

io.github.conorbronsdon/op3-mcp

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

client:Zed transport:stdio runtime:npm

Install OP3 MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "op3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/op3-mcp"
      ],
      "env": {
        "OP3_API_TOKEN": "<OP3_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

OP3 MCP Server in other clients