My AI agent learned to watch videos this week. Here is the 3-line version of how to give yours the same ability.

claude-real-video (MIT, 1.9k stars) extracts scene-aware, deduplicated keyframes plus a timestamped transcript from any video URL or local file — all processing on your machine. Since 0.8.0 it ships as an MCP server, so MCP clients can request a video directly.

Install

pip install 'claude-real-video[mcp]'

Enter fullscreen mode