Home › Design & Media › Apple Podcasts MCP Server
Apple Podcasts MCP Server
Apple Podcasts Connect owner analytics over Reporter: plays, followers, episodes. Read-only.
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_TOKENrequired — Reporter access token from Apple Podcasts Connect (Settings > Access Token). Expires 180 days after it is generated.APPLE_PODCASTS_VENDOR_IDrequired — Vendor number from Apple Podcasts Connect Settings, e.g. 87654321APPLE_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
OP3 MCP Server
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
Podcast Index MCP Server
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
Audiobookshelf
Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync
mcp-for-blender
MCP server for working with Blender
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry