Catalog
MCP Gerapodcast
Officialby geraservicesuk
Discover podcasts, search episodes, fetch transcripts, subscribe to shows.
Discover podcasts, search episodes, fetch transcripts, and subscribe to shows.
README not available yet.
Install
Configuration
Environment variables
GERAPODCAST_API_URLBase URL for the GeraCast API (defaults to https://api.gerapodcast.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gerapodcast": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerapodcast@0.1.1"
],
"env": {
"GERAPODCAST_API_URL": "<YOUR_GERAPODCAST_API_URL>"
}
}
}
}