HomeDesign & Media › Talkthrough

Talkthrough

Local MCP server: recordings or public video URLs into transcript, frames, OCR, wall-clock evidence.

Python Local macOSWindowsLinux
★ 30 stars Last pushed 2026-09-18 License: MIT

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: ~/.talkthrough
  • TALKTHROUGH_MAX_DOWNLOAD_BYTES — Hard cap for one process_url download. Default: 2147483648 (2 GiB).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry