Podcli
@nmbrthirteen
About Podcli
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 tra
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"podcli": {
"command": "node",
"args": [
"/path/to/podcli/dist/index.js"
],
"env": {
"PYTHON_PATH": "/path/to/podcli/venv/bin/python3"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Podcli?
Podcli is an open-source podcast clip generator that turns long-form podcasts into upload-ready TikTok, YouTube Shorts, and Reels. It runs entirely locally, requires no uploads or SaaS, and is MIT licensed. Podcli works as both a CLI tool and an MCP server, designed for use with AI agents such as Claude Code, Claude Desktop, or Codex.
How to use Podcli?
Install by cloning the repository and running ./setup.sh. Requires Node ≥18, Python ≥3.10, and FFmpeg. Use via CLI (./podcli process episode.mp4 --top 8), Web UI (npm run ui), or as an MCP server by adding the provided JSON configuration to Claude Code, Claude Desktop, or Codex. The MCP setup specifies the path to dist/index.js and the Python virtual environment.
Key features of Podcli?
- Transcribes with Whisper, providing word-level timestamps and speaker diarization.
- Finds viral moments using AI and a knowledge base, scoring candidates on four dimensions.
- Crops to 1080×1920 with YuNet face detection and speaker-aware tracking.
- Burns in captions in four styles: branded, hormozi, karaoke, subtle.
- Exports with hardware encoding (VideoToolbox, NVENC, VAAPI, CPU fallback).
- Provides 17 MCP tools for transcript, clips, context, and config
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 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,
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments