development
location
documentation
public
podcasting
What is Podbean?
MCP server for managing your podcasts, episodes, and analytics through the Podbean API. Allows for updating, adding, deleting podcasts, querying show description, notes, analytics, and more.
Documentation
Podbean MCP Server
Overview
An MCP server for managing your podcast through the Podbean API.
Features
Authentication
Podcast Management
Episode Management
File Management (Limited)
Analytics
Public Podcast Access
Prerequisites
Python 3.10 or higher
A Podbean account with API access
Podbean API credentials
Installation# Installing via Smithery
npx -y @smithery/cli install @amurshak/podbeanmcp --client claude
Configuring in cline_mcp_settings.json
Add the Podbean MCP server configuration to the "mcpServers" object.
Testing Your Installation
Test if it's working properly by asking Claude to use one of the Podbean MCP tools.
Available Tools
Authentication Tools
Podcast Tools
Episode Tools
File Authorization Tools (Limited)
Public Access Tools
OAuth Tools (for Third-Party Access)
Error Handling
Friendly error handling for authentication and API issues.
Limitations
File Uploads: Cannot directly upload files due to STDIO protocol limitations.