Video Analyzer
Freeby MCP Community
MCP server for video analysis — extracts transcripts, key frames, OCR text, and metadata from video URLs. Supports Loom and direct video files.
v0.2.5Added Apr 12, 2026
mcpmodel-context-protocolvideovideo-analysisloom
Video Analyzer MCP Server
MCP server for video analysis — extracts transcripts, key frames, OCR text, and metadata from video URLs. Supports Loom and direct video files.
Installation
npx -y mcp-video-analyzer
Reviews
Installation
Quick install
npx -y mcp-video-analyzer
Add to claude_desktop_config.json
{
"mcpServers": {
"video-analyzer": {
"command": "npx",
"args": ["-y", "mcp-video-analyzer"]
}
}
}