Extracts key frames from Loom videos for debugging analysis, automatically detecting scene changes and providing visual snapshots of video content.
Loom Local MCP Server
MCP server for extracting key frames from Loom videos or local files for debugging analysis.
Quick Start
Usage
Claude Code Configuration
Add to ~/.claude.json:
Analyzing Loom Videos
In Claude Code, simply mention a Loom URL:
"I'm debugging this issue in auth.py. Here's the Loom showing the bug: https://loom.com/share/abc123"
Claude will automatically extract key frames and analyze them.
Local Video Files
Drop video in
~/loom-videos/Reference by filename:
"Check out the bug in this recording: bug-demo.mp4"
Tool Parameters
Parameter | Default | Description |
| required | Loom URL or local filename |
| 0.3 | Scene change sensitivity (0.0-1.0). Lower = more frames |
| 20 | Maximum frames to extract |
Directories
~/loom-videos/- Drop local videos here~/loom-frames/- Extracted frames appear here