HomeDesign & Media › Podcast Index MCP Server

Podcast Index MCP Server

Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.

TypeScript Cloud
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Podcasts

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "podcastindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PODCASTINDEX_API_KEY": "<YOUR_VALUE>",
        "PODCASTINDEX_API_SECRET": "<YOUR_VALUE>"
      }
    }
  }
}
  • PODCASTINDEX_API_KEY required — Podcast Index API key — free at https://api.podcastindex.org
  • PODCASTINDEX_API_SECRET required — Podcast Index API secret issued with your API key

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry