Podcast Index MCP Server
Rank #16,725io.github.conorbronsdon/podcastindex-mcp
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
Podcast Index MCP Server is a Model Context Protocol (MCP) server published by conorbronsdon. It ranks #16,725 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Podcast Index MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 98,866 of 115,591 servers on MCP Toplist.
Use Podcast Index MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add podcastindex-mcp -e "PODCASTINDEX_API_KEY=<your PODCASTINDEX_API_KEY>" -e "PODCASTINDEX_API_SECRET=<your PODCASTINDEX_API_SECRET>" -- npx -y podcastindex-mcpReplace each placeholder with your own value before saving.
[mcp_servers.podcastindex-mcp]
command = "npx"
args = ["-y", "podcastindex-mcp"]
[mcp_servers.podcastindex-mcp.env]
PODCASTINDEX_API_KEY = "<your PODCASTINDEX_API_KEY>"
PODCASTINDEX_API_SECRET = "<your PODCASTINDEX_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"podcastindex-mcp": {
"command": "npx",
"args": [
"-y",
"podcastindex-mcp"
],
"env": {
"PODCASTINDEX_API_KEY": "<your PODCASTINDEX_API_KEY>",
"PODCASTINDEX_API_SECRET": "<your PODCASTINDEX_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"podcastindex-mcp": {
"command": "npx",
"args": [
"-y",
"podcastindex-mcp"
],
"env": {
"PODCASTINDEX_API_KEY": "<your PODCASTINDEX_API_KEY>",
"PODCASTINDEX_API_SECRET": "<your PODCASTINDEX_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"podcastindex-mcp": {
"command": "npx",
"args": [
"-y",
"podcastindex-mcp"
],
"env": {
"PODCASTINDEX_API_KEY": "<your PODCASTINDEX_API_KEY>",
"PODCASTINDEX_API_SECRET": "<your PODCASTINDEX_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"podcastindex-mcp": {
"command": "npx",
"args": [
"-y",
"podcastindex-mcp"
],
"env": {
"PODCASTINDEX_API_KEY": "<your PODCASTINDEX_API_KEY>",
"PODCASTINDEX_API_SECRET": "<your PODCASTINDEX_API_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.conorbronsdon%2Fpodcastindex-mcp)<a href="https://mcptoplist.com/server/io.github.conorbronsdon%2Fpodcastindex-mcp"><img src="https://mcptoplist.com/badge/io.github.conorbronsdon%2Fpodcastindex-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
conorbronsdon
Other servers by conorbronsdon
- Substack MCP Server#3,335 · 3 vers
- Google Workspace MCP Server#4,814 · 2 vers
- Transistor MCP Server#16,193 · 2 vers
- Google Search Console MCP Server#17,028 · 1 ver
- OP3 MCP Server#18,001 · 2 vers
- Postlint MCP Server#19,011 · 1 ver
- avoid-ai-writing-mcp#20,637 · 1 ver
- Apple Podcasts MCP Server#21,511 · 1 ver
- yt-analytics-mcp#52,138
Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Aug 2, 2026 |
| 0.2.0 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Podcast Index MCP Server?
- Podcast Index MCP Server is maintained by conorbronsdon, which publishes 10 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Podcast Index MCP Server listed on the Official MCP Registry?
- Yes — Podcast Index MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Podcast Index MCP Server have?
- MCP Toplist tracks 2 versions of Podcast Index MCP Server, most recently published on Aug 2, 2026.
- Where can I find the source code for Podcast Index MCP Server?
- The source code for Podcast Index MCP Server is hosted at github.com/conorbronsdon/podcastindex-mcp.