PluginBench
MCP Server
Active
MIT

Podcast Index MCP Server MCP Server

io.github.conorbronsdon/podcastindex-mcp

What is the Podcast Index MCP Server MCP server?

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

How to install Podcast Index MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "env": {
        "PODCASTINDEX_API_KEY": "<YOUR_PODCASTINDEX_API_KEY>",
        "PODCASTINDEX_API_SECRET": "<YOUR_PODCASTINDEX_API_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "env": {
        "PODCASTINDEX_API_KEY": "<YOUR_PODCASTINDEX_API_KEY>",
        "PODCASTINDEX_API_SECRET": "<YOUR_PODCASTINDEX_API_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "env": {
        "PODCASTINDEX_API_KEY": "<YOUR_PODCASTINDEX_API_KEY>",
        "PODCASTINDEX_API_SECRET": "<YOUR_PODCASTINDEX_API_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "podcastindex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "env": {
        "PODCASTINDEX_API_KEY": "<YOUR_PODCASTINDEX_API_KEY>",
        "PODCASTINDEX_API_SECRET": "<YOUR_PODCASTINDEX_API_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add podcastindex-mcp --env PODCASTINDEX_API_KEY=<YOUR_PODCASTINDEX_API_KEY> --env PODCASTINDEX_API_SECRET=<YOUR_PODCASTINDEX_API_SECRET> -- npx -y podcastindex-mcp

Related MCP servers

Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.

9
TypeScript
MIT
View repository →

Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

4
TypeScript
MIT
View repository →

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

1
TypeScript
MIT
View repository →

Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.

1
TypeScript
MIT
View repository →