Back to Home
Slaycaster icon

loom-local-mcp-server

Verified Safe

by Slaycaster

Overview

Extracts key frames from Loom videos or local video files to assist with debugging and analysis in Claude Code.

Installation

Run Command
./scripts/setup.sh

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars0
Forks0
Last Update2025-12-15

Tags

video processingdebuggingframe extractionlocal filesloom