MCP server for creating podcast episodes from text. Three tools: create, get, and list episodes. Connect any MCP-compatible AI client.
Streamable HTTP transport. Authenticate by appending your podcast API key (pk_...) to the URL as ?key=pk_.... Find your key in the dashboard.
Connect cast0 with any MCP-compatible client to create podcast episodes.
Connect via the JSON configuration file. Claude Desktop reaches remote HTTP servers through the mcp-remote bridge.
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonFor more details, see Claude Desktop MCP.
Generate a new episode from text. Returns immediately with status queued. Auto-publishes to the podcast's RSS feed when ready.
Fetch a single episode by id. Poll until status is done to get the audio URL.
List every episode for the authenticated podcast, newest first.