← Back to Plugins
MCP Server MCP

Video Transcriber

github By github 👁 1 views ▲ 0 votes

Transcribe videos from 1000+ platforms or local files offline, and search across every transcript

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "video-transcriber-mcp",
      "version": "0.10.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Enables the semantic `search_transcripts` tool by embedding each transcript as it is saved. Transcription itself stays 100% offline and works without this.",
          "isSecret": true,
          "name": "OPENROUTER_API_KEY"
        },
        {
          "description": "Browser to pull cookies from for age-restricted or login-gated videos (e.g. 'firefox', 'chrome', 'brave').",
          "name": "YT_DLP_COOKIES_FROM_BROWSER"
        },
        {
          "description": "Path to a Netscape-format cookies.txt file, as an alternative to YT_DLP_COOKIES_FROM_BROWSER.",
          "name": "YT_DLP_COOKIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...