Podcli
@nmbrthirteen
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"podcli": {
"command": "node",
"args": [
"/path/to/podcli/dist/index.js"
],
"env": {
"PYTHON_PATH": "/path/to/podcli/venv/bin/python3"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
コメント