← Back to Plugins
MCP Server MCP

io.github.korovin-aa97/talkthrough-mcp

github By github 👁 1 views ▲ 0 votes

Local MCP server: screen recordings into transcript, exact frames, OCR, wall-clock evidence.

Homepage Verified source GitHub

Install

uvx talkthrough-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "talkthrough-mcp",
      "version": "0.2.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "name": "TALKTHROUGH_WHISPER_MODEL"
        },
        {
          "description": "Set to 'off' to disable OCR of keyframes. Default: on.",
          "name": "TALKTHROUGH_OCR"
        },
        {
          "description": "Recognition script for on-screen text: a language code (ru, ja, ko, ar, hi, ...) or a RapidOCR pack name (eslav, cyrillic, ...). Default: Latin+Chinese.",
          "name": "TALKTHROUGH_OCR_LANG"
        },
        {
          "description": "Job store root. Default: ~/.talkthrough",
          "name": "TALKTHROUGH_HOME"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...