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_KEYrequiredPodcast Index API key — free at https://api.podcastindex.org
PODCASTINDEX_API_SECRETrequiredPodcast 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-mcpRelated MCP servers
Substack MCP Server
Active
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
9
View repository →TypeScript
MIT
Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
4
View repository →TypeScript
MIT
OP3 MCP Server
Active
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
1
View repository →TypeScript
MIT
Transistor MCP Server
Active
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
1
View repository →TypeScript
MIT