← Back to Plugins
MCP Server MCP

Apple Podcasts MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @conorbronsdon/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@conorbronsdon/apple-podcasts-mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Reporter access token from Apple Podcasts Connect (Settings > Access Token). Expires 180 days after it is generated.",
          "isRequired": true,
          "name": "APPLE_PODCASTS_ACCESS_TOKEN"
        },
        {
          "description": "Vendor number from Apple Podcasts Connect Settings, e.g. 87654321",
          "isRequired": true,
          "name": "APPLE_PODCASTS_VENDOR_ID"
        },
        {
          "description": "Apple account number. Only needed when the access token can read more than one account, which Reporter reports as error 214.",
          "name": "APPLE_PODCASTS_ACCOUNT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...