
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
video-analyzer-mcp
Advanced tools
MCP server for video analysis - extracts frames, transcribes audio, analyzes visuals with Claude, and generates storyboard breakdowns
An MCP (Model Context Protocol) server that analyzes videos and generates storyboard breakdowns. Extract frames, transcribe audio, analyze visuals with Claude Vision, and compute stylistic fingerprints — all usable directly from Claude Desktop or Claude Code.
| Tool | Description |
|---|---|
video_analyze | Full pipeline: download, extract frames, transcribe, visual analysis, stylistic fingerprint, storyboard document |
video_extract_frames | Extract representative frames using scene detection or fixed intervals |
video_transcribe | Transcribe audio with OpenAI Whisper (timestamped, speaker-labeled) |
video_fingerprint | Generate an 8-field Stylistic Fingerprint v3 classification |
video_check_deps | Verify all required dependencies are installed |
brew install ffmpeg (macOS) or apt-get install ffmpeg (Linux)pip install video-analyzer-mcp
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"video-analyzer": {
"command": "uvx",
"args": ["video-analyzer-mcp"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}
claude mcp add video-analyzer -s user -- uvx video-analyzer-mcp
Once installed, you can ask Claude:
video_analyzevideo_extract_framesvideo_transcribevideo_fingerprintvideo_check_depsThe fingerprint classifier produces 8 deterministic fields:
MIT
FAQs
MCP server for video analysis - extracts frames, transcribes audio, analyzes visuals with Claude, and generates storyboard breakdowns
We found that video-analyzer-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.