Podcast Index MCP Server for Cursor
io.github.conorbronsdon/podcastindex-mcp
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
client:Cursor
transport:stdio
runtime:npm
Install Podcast Index MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"podcastindex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"podcastindex-mcp"
],
"env": {
"PODCASTINDEX_API_KEY": "<PODCASTINDEX_API_KEY>",
"PODCASTINDEX_API_SECRET": "<PODCASTINDEX_API_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs