MCP Directory
Back

claude-video-vision

by jordanrendric · TypeScript · ★ 835

Give Claude the ability to watch and understand videos — Claude Code plugin with frame extraction and multimodal audio analysis

#claude-code#claude-code-plugin#ffmpeg#gemini#mcp#mcp-server#multimodal#video-analysis#whisper

Install

npx -y github:jordanrendric/claude-video-vision

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-video-vision": {
      "command": "npx",
      "args": [
        "-y",
        "github:jordanrendric/claude-video-vision"
      ]
    }
  }
}

From the README

Give Claude the ability to **watch and understand videos**. A Claude Code plugin that extracts frames via ffmpeg and processes audio via multiple backends (Gemini API, local Whisper, or OpenAI API). Claude receives frames as images and audio transcription with timestamps — the plugin is a **perception layer**, not an interpretation layer. - **Multimodal perception** — Claude sees video frames directly and reads audio transcriptions with timestamps - **YouTube URL support** — Pass a YouTube URL directly; the MCP server downloads it with , preserving source metadata and captions for context -…
Read full README on GitHub →

Related ai & ml servers