Sponsored by Deepsite.site

Podcli

Created By
nmbrthirteen14 days ago
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.
Overview

Podcli

Open-source podcast clip generator. Turn long-form podcasts into upload-ready TikTok, YouTube Shorts, and Reels from your terminal. Runs locally, no uploads, no SaaS. MIT licensed.

Podcli is both a CLI tool and an MCP server. Plug it into Claude Code, Claude Desktop, or Codex, say "clip this episode," and it handles transcription, clip picking, vertical crop, caption burn-in, and export end to end.

What it does:

  • Transcribes with Whisper. Word-level timestamps. Speaker diarization via pyannote. Cached by file hash, so re-runs are instant.
  • Finds viral moments by feeding the transcript plus your knowledge base to Claude or Codex. Each candidate is scored on four dimensions. The episode database is checked so you don't ship the same clip twice.
  • Crops to 1080×1920 with YuNet face detection and speaker-aware tracking. Handles split-screen and Riverside-style mixed layouts. A snap cooldown prevents camera flashing.
  • Burns in captions in four styles: branded, hormozi, karaoke, subtle. Rendered via Remotion, synced to word timing, filler stripped.
  • Exports with hardware encoding. VideoToolbox on Mac, NVENC on NVIDIA, VAAPI on Linux, CPU fallback everywhere.
  • Writes titles, descriptions, thumbnails via the companion PodStack slash commands (Claude Code, Codex, Cursor, or any markdown-aware AI tool).

17 MCP tools

Transcript: transcribe_podcast, set_video, import_transcript, parse_transcript Clips: suggest_clips, modify_clip, toggle_clip, create_clip, batch_create_clips Context: get_ui_state, knowledge_base, manage_assets, clip_history, analyze_energy Config: manage_presets, update_settings, list_outputs

Install

git clone https://github.com/nmbrthirteen/podcli.git cd podcli ./setup.sh

Requires Node ≥ 18, Python ≥ 3.10, and FFmpeg. Claude Code or Codex is optional but required for AI clip picking.

MCP configuration

{ "mcpServers": { "podcli": { "command": "node", "args": ["/path/to/podcli/dist/index.js"], "env": { "PYTHON_PATH": "/path/to/podcli/venv/bin/python3" } } } }

Or for Claude Code:

claude mcp add podcli -- node /path/to/podcli/dist/index.js

Run ./setup.sh --mcp to print the config with your paths filled in.

Three ways to use it

  1. CLI — ./podcli process episode.mp4 --top 8
  2. Web UI — npm run ui, open localhost:3847, drag in a video.
  3. AI agent — add Podcli as an MCP server in Claude Code, Claude Desktop, or Codex.

Knowledge base

The .podcli/knowledge/ folder is 13 markdown files you fill out once. It teaches the AI your show's voice, title formulas, banned words, thumbnail rules, and episode history. The same files are read by the CLI, the Web UI, and every MCP tool.

Links

Server Config

{
  "mcpServers": {
    "podcli": {
      "command": "node",
      "args": [
        "/path/to/podcli/dist/index.js"
      ],
      "env": {
        "PYTHON_PATH": "/path/to/podcli/venv/bin/python3"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Playwright McpPlaywright MCP server
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Amap Maps高德地图官方 MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop