PO

Podbean

Created 5 months ago

An MCP server for managing your podcast through the Podbean API.

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.
  • Rate limits apply.

Server Config

{
  "mcpServers": {
    "podbean-server": {
      "command": "npx",
      "args": [
        "podbean"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: amurshak
Category: community
License: Insert your favorite license here - keep it open source if you can!
Tags:
development location documentation