Skip to content
Gemini CLI

Video Extract for Gemini CLI

com.yanlinglabs/video-extract-mcp

Download any video from a URL, or get its transcript and key frames. All local, no API keys.

client:Gemini CLI transport:stdio runtime:npm

Install Video Extract in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "video-extract-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yanlinglabs/video-extract-mcp"
      ],
      "env": {
        "VIDEO_EXTRACT_COOKIES_FROM_BROWSER": "<VIDEO_EXTRACT_COOKIES_FROM_BROWSER>",
        "VIDEO_EXTRACT_MODELS_DIR": "<VIDEO_EXTRACT_MODELS_DIR>",
        "VIDEO_EXTRACT_MAX_CONCURRENCY": "<VIDEO_EXTRACT_MAX_CONCURRENCY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Video Extract in other clients