Odel
Podcast Index MCP Server

Podcast Index MCP Server

Local
@conorbronsdon1TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpodcastindex-mcpv0.3.0

Run

npx -y podcastindex-mcp

MCP client config

{
  "mcpServers": {
    "podcast-index-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ]
    }
  }
}