mcp gerapodcast for Cursor
io.github.geraservicesuk/mcp-gerapodcast
Discover podcasts, search episodes, fetch transcripts, subscribe to shows.
client:Cursor
transport:stdio
runtime:npm
Install mcp gerapodcast in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-gerapodcast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerapodcast"
],
"env": {
"GERAPODCAST_API_URL": "<GERAPODCAST_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs