Loom Local MCP Server
Extracts key frames from Loom videos for debugging analysis, automatically detecting scene changes and providing visual snapshots of video content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Loom Local MCP Serveranalyze this Loom video for debugging: https://loom.com/share/xyz789"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Loom Local MCP Server
MCP server for extracting key frames from Loom videos or local files for debugging analysis.
Quick Start
# Build and start the container
./scripts/setup.shRelated MCP server: youtube-mcp
Usage
Claude Code Configuration
Add to ~/.claude.json:
{
"mcpServers": {
"loom-agent": {
"command": "docker",
"args": ["exec", "-i", "loom-agent", "python", "-m", "loom_agent"]
}
}
}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
Development
# Install dev dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Run server locally (without Docker)
python -m loom_agentThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for video analysis — extracts transcripts, key frames with OCR, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.Last updated7872928MIT
- Alicense-qualityDmaintenanceEnables AI assistants to watch YouTube videos by extracting frames at scene changes and visual references, pairing each frame with the exact words spoken at that timestamp. Provides dense frame-transcript interleaving for any model.Last updated292MIT
- FlicenseAqualityCmaintenanceExtracts timestamped screenshots from local videos, enabling Claude to produce visual walkthroughs without audio analysis or cloud processing.Last updated4
- AlicenseAqualityBmaintenanceLocal bug-reproduction video analysis tool that processes bug recordings frame-by-frame, producing a structured Bug Context Bundle, and exposes this capability over MCP for use by coding agents like VS Code and Claude.Last updated143Apache 2.0
Related MCP Connectors
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
Give AI random access to video: timestamped contact sheets + zoom into any start/end range.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Slaycaster/loom-local-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server