Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 2mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai claude frames loom mcp mcp-server
+4 more
model-context-protocol ocr transcript video-analysis

Summary

AI summary

New video analysis tool with full transcript, key frames, OCR, annotated timeline, and auto-trigger capabilities.

Full changelog

mcp-video-analyzer v0.1.0

MCP server that extracts transcripts, key frames, OCR text, and metadata from video URLs — so AI agents can fully understand video content.

Tools

  • analyze_video — Full analysis: transcript + key frames + OCR + annotated timeline + metadata + comments
  • get_frame_at — Extract a single frame at a specific timestamp
  • get_frame_burst — Extract N frames across a narrow time range (motion/animation analysis)

Supported Platforms

| Platform | Transcript | Metadata | Comments | Frames |
|----------|:----------:|:--------:|:--------:|:------:|
| Loom | ✅ | ✅ | ✅ | ✅ |
| Direct URL (.mp4, .webm) | — | Duration | — | ✅ |

Key Features

  • Two-strategy frame extraction: yt-dlp + ffmpeg (primary) → headless Chrome fallback
  • Frame deduplication via perceptual hashing (dHash + Hamming distance)
  • OCR text extraction from frames using tesseract.js (captures code, error messages, UI text)
  • Annotated timeline merging transcript + frames + OCR into a unified chronological view
  • Graceful degradation — always returns partial results with warnings, never fails completely
  • Zero auth required for public videos
  • Auto-trigger — AI automatically calls analyze_video when it sees a video URL

Install

# Claude Code
claude mcp add video-analyzer npx mcp-video-analyzer@latest

# Manual config
{
  "mcpServers": {
    "video-analyzer": {
      "command": "npx",
      "args": ["mcp-video-analyzer@latest"]
    }
  }
}

Quality

  • 122 unit tests across 15 test files
  • Full CI pipeline: format, lint, typecheck, knip, tests
  • E2E tests against real Loom videos and direct URLs

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track guimatheus92/mcp-video-analyzer

Get notified when new releases ship.

Sign up free

About guimatheus92/mcp-video-analyzer

MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

All releases →

Beta — feedback welcome: [email protected]