๐๏ธ Podbean MCP Server ๐ง
@amurshak
About ๐๏ธ Podbean MCP Server ๐ง
MCP server for the Podbean API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"podbeanMCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@amurshak/podbeanmcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Podbean MCP Server?
Podbean MCP Server connects any MCPโcompatible AI assistant (e.g., Cline IDE, Claude Desktop) to the Podbean API, enabling naturalโlanguage management of podcasts, episodes, and analytics.
How to use Podbean MCP Server?
Clone the repository, create a virtual environment with uv, install dependencies with uv pip install -e ., and set PODBEAN_CLIENT_ID and PODBEAN_CLIENT_SECRET in a .env file. Configure the server in your MCP client settings (e.g., cline_mcp_settings.json) using uv run ... command, or install automatically via Smithery with npx -y @smithery/cli install @amurshak/podbeanmcp --client claude.
Key features of Podbean MCP Server
- Authentication with client credentials or OAuth flow
- List, view details, and get stats for podcasts
- List, publish, update, and delete episodes
- Obtain presigned URLs for file upload authorization (actual uploads handled externally)
- Retrieve download counts, daily listeners, and public episode data via oEmbed
Use cases of Podbean MCP Server
- Authenticate with Podbean and browse your podcast collection
- List all episodes of a specific podcast and view details
- Publish a new episode by providing title and content in a chat
- Check download statistics and daily listener numbers for a podcast
FAQ from Podbean MCP Server
What authentication methods are supported?
Client credentials for managing your own podcasts and OAuth flow for thirdโparty access; token management allows handling multiple podcasts.
Can the server upload files to Podbean?
No. Due to STDIO protocol limitations, the server can only authorize uploads (generate presigned URLs and file keys). Actual file transfer must be handled by external tools.
What are the prerequisites to use this server?
Python 3.10 or higher, a Podbean account with API access, and Podbean API credentials (Client ID and Secret).
Are there any rate limits or other limitations?
Podbean has rate limits on requests. Some features may require a paid Podbean subscription. The server cannot directly upload files.
Frequently asked questions
What authentication methods are supported?
Client credentials for managing your own podcasts and OAuth flow for thirdโparty access; token management allows handling multiple podcasts.
Can the server upload files to Podbean?
No. Due to STDIO protocol limitations, the server can only authorize uploads (generate presigned URLs and file keys). Actual file transfer must be handled by external tools.
What are the prerequisites to use this server?
Python 3.10 or higher, a Podbean account with API access, and Podbean API credentials (Client ID and Secret).
Are there any rate limits or other limitations?
Podbean has rate limits on requests. Some features may require a paid Podbean subscription. The server cannot directly upload files.
Basic information
More Other MCP servers
๐ช Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments