loom-local-mcp-server
Verified Safeby Slaycaster
Overview
Extracts key frames from Loom videos or local video files to assist with debugging and analysis in Claude Code.
Installation
./scripts/setup.shEnvironment Variables
- LOOM_VIDEOS_DIR
- LOOM_FRAMES_DIR
- LOOM_FRAMES_HOST_DIR
Security Notes
The server uses `subprocess.run` to execute external tools (`yt-dlp` and `ffmpeg`). Commands are passed as lists of arguments, which mitigates common shell injection vulnerabilities. Network access is required for downloading videos from URLs, which is inherent to the tool's functionality. Local video input directory (`~/loom-videos`) is mounted as read-only, enhancing security. The output directory (`~/loom-frames`) is read-write, as expected.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
mcp-server-youtube-transcript
Provides a Model Context Protocol server to retrieve YouTube video transcripts, including language fallback, timestamps, and ad filtering.
claude-code-plugins
This repository provides a collection of plugins for Claude Code, enabling the AI agent to interact with external developer tools for tasks like Sentry error diagnosis, PostHog feature management, and detailed codebase analysis using a specialized CLI.
image_tools_mcp
Provides precise image analysis capabilities (measurements, color extraction, OCR, shape detection) to Claude for tasks like diagram recreation and UI analysis.