A modular MCP-style server for image and video processing, offering commands for tasks like background removal, resizing, compression, OCR, video trimming, GIF creation, and subtitle extraction via simple CLI tools.
Wraps local multimodal CLIs (Google Gemini CLI and Qwen CLI) as MCP tools, enabling text-only AI assistants like Claude to analyze images through relay calls. Supports local paths, URLs, and base64 image inputs with configurable models and output formats.
Enables image and video processing through FFmpeg, including compression, format conversion, resizing, and batch processing operations for common media formats.
Provides video manipulation via ffmpeg (frame extraction, format conversion, trimming, audio adjustments, filters, and subtitle handling) without requiring an external API key.