Skip to content
Cursor

Apple Podcasts MCP Server for Cursor

io.github.conorbronsdon/apple-podcasts-mcp

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

client:Cursor transport:stdio runtime:npm

Install Apple Podcasts MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "apple-podcasts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/apple-podcasts-mcp"
      ],
      "env": {
        "APPLE_PODCASTS_ACCESS_TOKEN": "<APPLE_PODCASTS_ACCESS_TOKEN>",
        "APPLE_PODCASTS_VENDOR_ID": "<APPLE_PODCASTS_VENDOR_ID>",
        "APPLE_PODCASTS_ACCOUNT_ID": "<APPLE_PODCASTS_ACCOUNT_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Podcasts MCP Server in other clients