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/apple-podcasts-mcp@0.2.0
Or add to your MCP client config:
{
"mcpServers": {
"apple-podcasts-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/apple-podcasts-mcp@0.2.0"
],
"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.
Transistor MCP Server
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
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…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry