Submit

Podcli

@nmbrthirteen

Podcli is an open-source MCP server and CLI that turns long-form podcasts into upload-ready short clips for TikTok, YouTube Shorts, and Reels. It transcribes with Whisper, finds viral moments with Claude or Codex against your show's knowledge base, crops to vertical with face tracking, and burns in captions in four styles. Ships 17 MCP tools you can plug into Claude Code, Claude Desktop, or Codex — ask the agent to "clip this episode" and it handles transcription, clip scoring, and export end to end. Runs fully locally, no uploads, no API keys required unless you opt into AI clip picking. MIT licensed.

Server Config

{
  "mcpServers": {
    "podcli": {
      "command": "node",
      "args": [
        "/path/to/podcli/dist/index.js"
      ],
      "env": {
        "PYTHON_PATH": "/path/to/podcli/venv/bin/python3"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.