Skip to content
Claude Desktop

Apple Podcasts MCP Server for Claude Desktop

io.github.conorbronsdon/apple-podcasts-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Apple Podcasts MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "apple-podcasts-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Apple Podcasts MCP Server in other clients