HomeDesign & Media › Apple Podcasts MCP Server

Apple Podcasts MCP Server

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-04 License: Apache-2.0

Topics: Podcasts

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y @conorbronsdon/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "apple-podcasts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/[email protected]"
      ],
      "env": {
        "APPLE_PODCASTS_ACCESS_TOKEN": "<YOUR_VALUE>",
        "APPLE_PODCASTS_VENDOR_ID": "<YOUR_VALUE>",
        "APPLE_PODCASTS_ACCOUNT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • APPLE_PODCASTS_ACCESS_TOKEN required — Reporter access token from Apple Podcasts Connect (Settings > Access Token). Expires 180 days after it is generated.
  • APPLE_PODCASTS_VENDOR_ID required — Vendor number from Apple Podcasts Connect Settings, e.g. 87654321
  • APPLE_PODCASTS_ACCOUNT_ID — Apple account number. Only needed when the access token can read more than one account, which Reporter reports as error 214.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry