Gives Claude five tools to break down video content without leaving the chat. Point it at a YouTube URL or local file and video_analyze runs the full pipeline: scene detection pulls keyframes, Whisper transcribes the audio with timestamps, Claude Vision describes each frame, and you get back an eight-field stylistic fingerprint classifying everything from rendering style to tonal positioning. You can also call the steps individually if you just need transcription or frame extraction. Requires FFmpeg locally and an Anthropic API key in the environment. Outputs storyboards as Markdown or DOCX, useful when you're analyzing reference videos, auditing content at scale, or feeding visual context into longer creative briefs.
Analyze videos and generate storyboard breakdowns. Extracts frames via scene detection, transcribes audio with Whisper, analyzes visuals with Claude Vision, and computes 8-field stylistic fingerprints.
.docx or .mdThis project includes an MCP (Model Context Protocol) server so you can use video analysis directly from Claude Desktop or Claude Code.
claude mcp add video-analyzer -s user -- uvx video-analyzer-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"video-analyzer": {
"command": "uvx",
"args": ["video-analyzer-mcp"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}
| Tool | Description |
|---|---|
video_analyze | Full pipeline: download, extract frames, transcribe, analyze, fingerprint, storyboard |
video_extract_frames | Extract representative frames using scene detection or fixed intervals |
video_transcribe | Transcribe audio with OpenAI Whisper |
video_fingerprint | Generate 8-field Stylistic Fingerprint v3 classification |
video_check_deps | Verify all required dependencies are installed |
pip install -r requirements.txt
python3 analyze_video.py "https://youtube.com/watch?v=..." --output-dir ./output
brew install ffmpeg (macOS) or apt-get install ffmpeg (Linux)MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp