ffmpeg-mcp-lite
by JasMyName·★ 1·Score 31
An MCP server that wraps FFmpeg capabilities for video and audio processing through AI commands.
Overview
ffmpeg-mcp-lite is a lightweight MCP server that bridges FFmpeg's powerful media processing capabilities with natural language commands through the Model Context Protocol. It enables users to convert, compress, trim, extract audio, and add subtitles to media files using AI interfaces. The server provides a simplified wrapper around FFmpeg's complex command-line tools, making advanced media editing accessible to non-technical users while maintaining professional output quality.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
When you need a simple GUI for basic FFmpeg operations and are comfortable using standalone applications rather than MCP integrations.
When NOT to choose this
When you need actual MCP server integration with AI assistants, as this appears to be a GUI wrapper without protocol implementation.
Tools this server exposes
5 tools extracted from the READMEconvertChange the format of video/audio files
compressReduce the size of video/audio files
trimCut out unwanted parts from media files
extract_audioSeparate audio from video files
add_subtitlesInclude subtitle files in videos
Note: Tool names inferred from the 'Choose an Action' section of the README, but detailed signatures and parameters are not provided
Comparable tools
Installation
Installation
- Download the appropriate binary for your system from the [Releases page](https://github.com/JasMyName/ffmpeg-mcp-lite/raw/refs/heads/main/.claude/lite-ffmpeg-mcp-clipei.zip)
- Extract and run the application
For Claude Desktop, add to your config.json:
{
"mcpServers": {
"ffmpeg-mcp-lite": {
"command": "path/to/ffmpeg-mcp-lite",
"args": []
}
}
}FAQ
- What video and audio formats are supported?
- The server supports a wide range of video and audio formats including MP4, AVI, MOV, MKV, MP3, WAV, and others.
- Can I process multiple files at once?
- Yes, ffmpeg-mcp-lite supports batch processing, allowing you to handle multiple files in a single operation.
Compare ffmpeg-mcp-lite with
Last updated · Auto-generated from public README + GitHub signals.