Podfeed MCP Server
Connect MCP clients directly to Podfeed using our official MCP server. Give Claude the ability to generate podcasts, research topics, and list your audio directly from your chat.
claude% Use podfeed to generate an audio podcast explaining this codebase. I'll ask Podfeed to generate an audio explaining how this codebase works: Running tool generate_audio Done. Your audio has been generated and queued successfully. The task ID is `task_591`.
Installation
Claude Desktop
To install the Podfeed MCP server in Claude Desktop, add the following configuration to your `claude_desktop_config.json` file:
{"mcpServers": {"podfeed": {"type": "http","url": "https://api.podfeed.ai/mcp"}}}
Claude Code
To install in Claude Code, add the following to your MCP configuration:
"podfeed": {"type": "http","url": "https://api.podfeed.ai/mcp"}
Note: You need a valid Podfeed API key to authenticate. Make sure your account has sufficient credits.
Example Usage
Once connected, you can ask MCP clients to perform tasks like:
"Generate a 5-minute podcast about the latest advancements in quantum computing. Make it an engaging dialogue."
"List all my recent podcast generations."
"Check how many credits I have left in my Podfeed account."
"Generate an audio from this URL: https://example.com/article"