Skip to content
Claude Desktop

podpast for Claude Desktop

io.github.tomdoeswork/podpast

Search and ask the podcasts you follow inside Claude, with the exact quote and timestamp.

client:Claude Desktop transport:streamable-http

Install podpast in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "podpast": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.podpast.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

podpast in other clients