Wraps AVC Labs' video enhancement and SAM3 image segmentation APIs into MCP tools your agent can call directly. You get async video upscaling (create_task, get_task_status) for jobs that take longer than Claude's timeout window, plus a sync mode (enhance_video_sync) that polls internally for quick clips under 50 seconds. The sam3_predict tool handles image segmentation with prompt support for object detection. Everything runs through npx with an API key, so there's no local install. Useful when you need to upscale video to 1080p or 2k from chat, or segment images without switching contexts. The async pattern is the main event here since video processing rarely fits inside a single tool timeout.
claude mcp add --transport stdio avclabs-media-mcp -- npx -y @avclabs.ai/media-mcp