Pocket Casts MCP Server
Pocket Casts MCP-Server
Ein MCP-Server, der KI-Assistenten mit deinem Pocket Casts-Konto verbindet. Durchsuche deine Abonnements, lies Episodendetails und rufe Transkripte ab – mit automatischer Transkription via AssemblyAI, falls kein natives Transkript existiert.
Entwickelt mit Bun und FastMCP. Bereitstellbar auf Railway oder jedem Docker-Host.
Tools
Tool | Beschreibung |
| Listet alle abonnierten Podcasts auf (inklusive Ordner-UUIDs) |
| Ruft aktuelle Episoden deiner Abonnements ab |
| Ruft Details zu einer bestimmten Episode per UUID ab |
| Ruft das Transkript einer Episode ab (greift auf AssemblyAI zurück, falls keines existiert) |
| Überprüft die Verfügbarkeit von Transkripten für alle Podcasts oder einen bestimmten Ordner |
Related MCP server: pocketcasts-mcp
Einrichtung
Voraussetzungen
Bun v1.3+
Ein Pocket Casts-Konto (Plus erforderlich für API-Zugriff)
Installation und Authentifizierung
bun install
bun run loginDer Login-Befehl fragt nach deiner Pocket Casts-E-Mail-Adresse und deinem Passwort und speichert die Token anschließend in auth.json.
Umgebung konfigurieren
Erstelle eine .env-Datei:
MCP_API_KEY=your-secret-key-here
ASSEMBLYAI_API_KEY=your-assemblyai-key # optional, enables transcription fallbackAusführen
bun run startDer Server startet auf Port 3001 (kann mit der Umgebungsvariablen PORT überschrieben werden) unter Verwendung des HTTP-Stream-Transports.
Verbindung zu einem MCP-Client
Verweise deinen MCP-Client auf:
http://localhost:3001/mcpAuthentifiziere dich entweder mit:
Authorization: Bearer <MCP_API_KEY>Header?api_key=<MCP_API_KEY>Abfrageparameter
Bereitstellung auf Railway
Das enthaltene Dockerfile ist bereit für Railway. Setze diese Umgebungsvariablen in deinem Railway-Projekt:
Variable | Erforderlich | Beschreibung |
| Ja | Bearer-Token für die MCP-Client-Authentifizierung |
| Ja | Aus |
| Ja | Aus |
| Ja | Aus |
| Nein | Ermöglicht die Transkription für Episoden ohne native Transkripte |
| Nein | Railway setzt dies automatisch |
Funktionsweise der Transkripte
Prüft zuerst auf von Pocket Casts generierte Transkripte
Greift auf RSS-basierte Transkripte zurück, falls verfügbar
Falls keines von beidem existiert und ein
ASSEMBLYAI_API_KEYgesetzt ist, wird die Audio-URL direkt zur Transkription an AssemblyAI übermittelt (kein Dateidownload erforderlich)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects AI assistants to a self-hosted Your Spotify instance and Spotify's Web API for deep listening analytics and playback control. It enables users to query unlimited listening history, generate custom Wrapped summaries, and manage playlists through natural language.18Apache 2.0
- AlicenseBqualityDmaintenanceEnables AI assistants to search, browse, and manage your Pocket Casts podcast library.141MIT
- AlicenseNot gradedqualityCmaintenanceWraps the Podcast Index API (podcastindex.org) to enable AI agents to search and retrieve podcast episodes and metadata.10MIT
- AlicenseAqualityAmaintenanceMCP server for the Transistor.fm API: manage podcast episodes, analytics, transcripts, and webhooks from your AI agent.23591MIT
Related MCP Connectors
Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons.
Search, draft and manage your podcast workspace from your agent.
Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alansmodic/pocketcasts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server