Servers
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 tra
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"
}
}
}
}