MCP Catalogs
Home

podbeanMCP vs time

Side-by-side comparison to help you pick between these two MCP servers.

podbeanMCP
by amurshak
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3377
Official
Categories
MediaProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit12 mo agothis month

podbeanMCP · Summary

MCP server for managing podcasts through the Podbean API with authentication, episodes, and analytics.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

podbeanMCP · Use cases

  • Automate podcast publishing and management through AI assistants
  • Access podcast analytics and listener data without leaving your chat interface
  • Manage multiple podcast accounts and episodes efficiently

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

podbeanMCP · Install

Installation

Via Smithery

npx -y @smithery/cli install @amurshak/podbeanmcp --client claude

Manual Installation

git clone <repository-url>
cd PodbeanMCP
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
uv pip install -e .

Create a .env file with your credentials:

PODBEAN_CLIENT_ID=your_client_id
PODBEAN_CLIENT_SECRET=your_client_secret

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "Podbean MCP": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/full/path/to/PodbeanMCP/server.py"
      ],
      "env": {
        "PODBEAN_CLIENT_ID": "your_client_id",
        "PODBEAN_CLIENT_SECRET": "your_client_secret"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.