Apple Podcasts MCP
Related Servers
Alternatives to Apple Podcasts MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceOwner-side Apple Podcasts analytics over the Podcasts Connect Reporter protocol: plays, unique and engaged listeners, followers, and per-episode listening for a show you own. Not the public iTunes catalog — this is the data Apple's hosting API does not expose.427 npm1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables searching podcasts, episodes, curated content, and people, as well as retrieving top podcasts via the Listen Notes API.1 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables users to search for podcasts, discover trending shows, find episodes, and explore Value4Value monetization using the PodcastIndex API.3-
- AlicenseAqualityBmaintenanceEnables AI agents to search millions of podcasts, read and search episode transcripts with timestamps and speakers, and access chapters, soundbites, Podcasting 2.0 tags, value-for-value data, feed health, and index statistics through 36 tools.3618 npm1MIT
- AlicenseNot gradedqualityCmaintenanceSearch and retrieve podcast metadata, episodes, and categories from the fyyd open podcast directory.2 npmMIT

Audivo MCP serverofficial
AlicenseAqualityCmaintenanceEnables podcast search, episode discovery, pricing, and transcript access for MCP clients. Provides tools to search shows, list episodes, quote and confirm purchases, and read transcripts.90MIT
TDQS
Scored across 32 tools
The descriptions sharply separate catalog, feed, library, chart, and analytics sources, so most tools are easy to tell apart. A few composite tools like get_show_profile and compare_shows intentionally wrap element-level getters, and status vs check_analytics_access both touch availability, creating minor boundary ambiguity.
Names overwhelmingly follow a snake_case verb_noun pattern such as search_podcasts, get_feed, and list_subscriptions. The pattern is weakened by noun-only names like status and library_stats, and by mixing 'podcast' and 'show' in object names such as get_podcast vs get_show_profile.
At 32 tools the server exceeds the 25+ threshold and spans five distinct subdomains: catalog, charts/reviews, feeds, local library, and owner analytics. Many tools are convenience composites over others, so the surface feels overloaded and could reasonably be split into separate servers.
The major read-only workflows are covered: catalog discovery, charts, reviews, RSS feeds, library search/export, and Connect analytics. The main gap is that there is no direct way to fetch a single catalog episode's details from an Apple episode id, even though resolve_apple_link and trending episodes return those ids; library episode listing is also only reachable via search.