mcpbeat Sign in

Podcast Index MCP Server

local only

Podcast Index MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 163 · avg 14 · -30% w/w
a month agotoday
35
Installs / week
npm · podcastindex-mcp
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Podcast Index MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add podcastindex-mcp -- npx -y podcastindex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.podcastindex-mcp]
command = "npx"
args = ["-y", "podcastindex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "podcastindex-mcp": {
      "args": [
        "-y",
        "podcastindex-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PODCASTINDEX_API_KEY (Podcast Index API key — free at https://api.podcastindex.org), PODCASTINDEX_API_SECRET (Podcast Index API secret issued with your API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Podcast Index MCP Server

same job, measured the same way
MCP Gerapodcast
by geraservicesuk

Discover podcasts, search episodes, fetch transcripts, subscribe to shows.

24 installs/wk local only
Transistor MCP Server
by conorbronsdon

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

34 installs/wk local only
Podcasts
by petabloom

An MCP server that provides tools to discover and retrieve podcast episodes transcripts.

5 tools answering
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

30 installs/wk local only
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Yandex Webmaster MCP
by theyahia

MCP server for Yandex.Webmaster API — hosts, search queries, indexing status. Bearer token auth.

80 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
fresh-feeds — trending/new/changed MCP servers + x402 change-data API
by foomworks

Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API

10 tools answering

Podcast Index MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Podcast Index MCP Server?
Podcast Index MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package podcastindex-mcp was installed 35 times last week.
How do I connect Podcast Index MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls podcastindex-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Podcast Index MCP Server?
The npm package podcastindex-mcp was installed 35 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Podcast Index MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.