Read-only MCP access to Podcast Index for podcast, episode, appearance, trend, metadata, and feed-health lookups.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Podcastindex MCP.
search_by_personSearch for episodes where a person appeared as host or guest. Returns matches across all indexed podcasts.
search_by_termFull-text search across all podcasts by topic, show name, or keyword.
search_by_titleSearch for podcasts by title.
podcast_by_feed_urlLook up a podcast by RSS feed URL. Returns feed ID, iTunes ID, categories, last update, and feed health.
podcast_by_feed_idLook up a podcast by its Podcast Index feed ID. Returns full metadata.
podcast_by_itunes_idLook up a podcast by its Apple Podcasts (iTunes) ID.
Connect Claude to the Podcast Index API. Search podcasts, track appearances, monitor trends.

The results shown in the demo above are sample data, not real Podcast Index responses.
Built and maintained by Conor Bronsdon for the Chain of Thought podcast production workflow, where it surfaces guest appearances and checks feed health during research. Conor hosts Chain of Thought, a show about AI infrastructure and how practitioners actually build with it. More tools for creators live in ai-tools-for-creators. Find Conor on X at @ConorBronsdon.
Companion tools:
Add to your Claude Desktop config (claude_desktop_config.json):
Add to your project's .mcp.json:
This server is entirely read-only: every tool declares the MCP tool annotation readOnlyHint: true, so clients know no call mutates anything and can skip write-consent prompts.
| Tool | Description |
|---|---|
search_by_person | Search for episodes where a person appeared as host or guest. Returns matches across all indexed podcasts. |
search_by_term | Full-text search across all podcasts by topic, show name, or keyword. |
search_by_title | Search for podcasts by title. |
podcast_by_feed_url | Look up a podcast by RSS feed URL. Returns feed ID, iTunes ID, categories, last update, and feed health. |
podcast_by_feed_id | Look up a podcast by its Podcast Index feed ID. Returns full metadata. |
podcast_by_itunes_id | Look up a podcast by its Apple Podcasts (iTunes) ID. |
podcast_by_guid | Look up a podcast by its podcast:guid tag value. |
trending_podcasts | Get currently trending podcasts, with optional language and category filters. |
episodes_by_feed_id | Get episodes for a specific podcast by feed ID. |
episode_by_id | Look up a single episode by its Podcast Index episode ID. |
episodes_live | Get episodes that are currently live (actively streaming). |
recent_episodes | Get the most recently published episodes across the entire index. |
recent_feeds | Get the most recently updated podcast feeds across the index. |
recent_new_feeds | Get podcast feeds newly added to the index. |
value_by_feed_id | Get value4value (lightning payment) info for a podcast by feed ID. |
value_by_feed_url | Get value4value (lightning payment) info for a podcast by feed URL. |
categories_list | Get the full list of Podcast Index categories and their IDs. |
stats_current | Get current aggregate statistics for the Podcast Index. |
API failures are mapped to a typed error hierarchy (PodcastIndexError base, with AuthenticationError, RateLimitError, ValidationError, NotFoundError, and ServerError subclasses keyed off HTTP status) in src/errors.ts. Every tool call still returns the same isError: true response shape on failure β the typed hierarchy just makes the message specific to what went wrong (bad credentials vs. rate limiting vs. a malformed request, etc.) instead of a single generic "API error" string.
Once configured, you can ask Claude things like:
Build the project:
Watch for changes during development:
src/api-client.tssrc/types.tssrc/tool-handlers.tsnpm run buildIssues and pull requests are welcome. If there is a Podcast Index endpoint you want exposed as a tool, open an issue describing the use case, or follow the steps above and open a PR. Bug reports should include the tool name and the arguments you passed.
This server exists because of the free, open Podcast Index API and its documentation β all tools here are thin wrappers over that API.
The expanded endpoint coverage and typed-error design in this release were inspired by Craig Lawton's podcastindex-mcp-server, an earlier MCP server for the same API. No code from that project was used here; this server's implementation, tool schemas, and error-handling code were written independently against the official API docs.
This is an independent personal project, not affiliated with, sponsored by, or endorsed by any company. All views expressed are my own.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/conorbronsdon-podcastindex-mcp)<a href="https://allmcps.com/mcp/conorbronsdon-podcastindex-mcp"><img src="https://allmcps.com/api/badge/conorbronsdon-podcastindex-mcp?style=directory" alt="Podcastindex MCP on AllMCPs" /></a>