Switch language한국어
Back to the list

Let Claude Desktop and Cursor actually watch videos (MCP, fully local)

TL;DR AI

Key summary

2 min read
  1. The MIT-licensed local video project claude-real-video has been released.

  2. It extracts scene-aware keyframes from video files or URLs and transcribes audio with Whisper.

  3. Version 0.8.0 adds MCP server support, letting Claude Desktop, Claude Code, and Cursor request video analysis over stdio.

  4. Results are cached locally and exposed through two functions: initial analysis and paging for more frames.

  5. It enables video reasoning without cloud processing, improving privacy and reducing token use.

Read the original