vask

StarbirdTech/vask
★ 0 stars Rust API Integration Updated today
Ask questions about YouTube videos with Gemini's native video understanding. Rust CLI + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vask": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "vask"
      ]
    }
  }
}

README Excerpt

Ask questions about YouTube videos using Gemini's native video understanding. `vask` passes a YouTube URL directly to the Gemini API and lets Gemini analyze the actual video - frames and audio - without downloading anything or scraping transcripts. This means it understands visual content that captions never capture.