Home › Design & Media › Talkthrough
Talkthrough
Local MCP server: recordings or public video URLs into transcript, frames, OCR, wall-clock evidence.
Topics: Multimedia Process
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.4.1)
uvx talkthrough-mcp
Or add to your MCP client config:
{
"mcpServers": {
"talkthrough-mcp": {
"command": "uvx",
"args": [
"talkthrough-mcp"
],
"env": {
"TALKTHROUGH_WHISPER_MODEL": "<YOUR_VALUE>",
"TALKTHROUGH_OCR": "<YOUR_VALUE>",
"TALKTHROUGH_OCR_LANG": "<YOUR_VALUE>",
"TALKTHROUGH_HOME": "<YOUR_VALUE>",
"TALKTHROUGH_MAX_DOWNLOAD_BYTES": "<YOUR_VALUE>"
}
}
}
}
TALKTHROUGH_WHISPER_MODEL— Whisper model (tiny|base|small|medium|large-v3|large-v3-turbo). Default: small. Use large-v3-turbo for non-English narration; the process_media `model` param overrides per call.TALKTHROUGH_OCR— Set to 'off' to disable OCR of keyframes. Default: on.TALKTHROUGH_OCR_LANG— Recognition script for on-screen text: a language code (ru, ja, ko, ar, hi, ...) or a RapidOCR pack name (eslav, cyrillic, ...). Default: Latin+Chinese.TALKTHROUGH_HOME— Job store root. Default: ~/.talkthroughTALKTHROUGH_MAX_DOWNLOAD_BYTES— Hard cap for one process_url download. Default: 2147483648 (2 GiB).
Related servers
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Pixelle-MCP
An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for…
FableCut
Zero-dependency browser video editor AI agents drive via a JSON timeline over MCP; ffmpeg export.
imagesorcery-mcp
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
guaardvark
Self-hosted AI studio exposing its local image, video, music-video and Film Crew generation, upscaling, RAG and code intelligence as MCP…
gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry