Apple Podcasts MCP Server MCP Server
io.github.conorbronsdon/apple-podcasts-mcp
What is the Apple Podcasts MCP Server MCP server?
Apple Podcasts Connect owner analytics over Reporter: plays, followers, episodes. Read-only.
How to install Apple Podcasts MCP Server
Copy-paste configuration for popular MCP clients.
APPLE_PODCASTS_ACCESS_TOKENrequiredReporter access token from Apple Podcasts Connect (Settings > Access Token). Expires 180 days after it is generated.
APPLE_PODCASTS_VENDOR_IDrequiredVendor number from Apple Podcasts Connect Settings, e.g. 87654321
APPLE_PODCASTS_ACCOUNT_IDApple account number. Only needed when the access token can read more than one account, which Reporter reports as error 214.
{
"mcpServers": {
"apple-podcasts-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/apple-podcasts-mcp"
],
"env": {
"APPLE_PODCASTS_ACCESS_TOKEN": "<YOUR_APPLE_PODCASTS_ACCESS_TOKEN>",
"APPLE_PODCASTS_VENDOR_ID": "<YOUR_APPLE_PODCASTS_VENDOR_ID>",
"APPLE_PODCASTS_ACCOUNT_ID": "<YOUR_APPLE_PODCASTS_ACCOUNT_ID>"
}
}
}
}{
"mcpServers": {
"apple-podcasts-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/apple-podcasts-mcp"
],
"env": {
"APPLE_PODCASTS_ACCESS_TOKEN": "<YOUR_APPLE_PODCASTS_ACCESS_TOKEN>",
"APPLE_PODCASTS_VENDOR_ID": "<YOUR_APPLE_PODCASTS_VENDOR_ID>",
"APPLE_PODCASTS_ACCOUNT_ID": "<YOUR_APPLE_PODCASTS_ACCOUNT_ID>"
}
}
}
}{
"mcpServers": {
"apple-podcasts-mcp": {
"command": "npx",
"args": [
"-y",
"@conorbronsdon/apple-podcasts-mcp"
],
"env": {
"APPLE_PODCASTS_ACCESS_TOKEN": "<YOUR_APPLE_PODCASTS_ACCESS_TOKEN>",
"APPLE_PODCASTS_VENDOR_ID": "<YOUR_APPLE_PODCASTS_VENDOR_ID>",
"APPLE_PODCASTS_ACCOUNT_ID": "<YOUR_APPLE_PODCASTS_ACCOUNT_ID>"
}
}
}
}{
"servers": {
"apple-podcasts-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@conorbronsdon/apple-podcasts-mcp"
],
"env": {
"APPLE_PODCASTS_ACCESS_TOKEN": "<YOUR_APPLE_PODCASTS_ACCESS_TOKEN>",
"APPLE_PODCASTS_VENDOR_ID": "<YOUR_APPLE_PODCASTS_VENDOR_ID>",
"APPLE_PODCASTS_ACCOUNT_ID": "<YOUR_APPLE_PODCASTS_ACCOUNT_ID>"
}
}
}
}claude mcp add apple-podcasts-mcp --env APPLE_PODCASTS_ACCESS_TOKEN=<YOUR_APPLE_PODCASTS_ACCESS_TOKEN> --env APPLE_PODCASTS_VENDOR_ID=<YOUR_APPLE_PODCASTS_VENDOR_ID> --env APPLE_PODCASTS_ACCOUNT_ID=<YOUR_APPLE_PODCASTS_ACCOUNT_ID> -- npx -y @conorbronsdon/apple-podcasts-mcpRelated MCP servers
Substack MCP Server
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
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.
Google Search Console for AI agents: search analytics, sitemaps, URL inspection.