MCP Catalogs
Homeffmpeg-mcp-lite screenshot

ffmpeg-mcp-lite

by JasMyName·1·Score 31

An MCP server that wraps FFmpeg capabilities for video and audio processing through AI commands.

mediadeveloper-toolsproductivity
0
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Quick video format conversion without learning FFmpeg commands
you:Compressing large media files for easier sharing
you:Extracting audio from video files for podcasting
you:Adding subtitles to videos automatically
you:What video and audio formats are supported?
you:Can I process multiple files at once?

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 README
  • convert

    Change the format of video/audio files

  • compress

    Reduce the size of video/audio files

  • trim

    Cut out unwanted parts from media files

  • extract_audio

    Separate audio from video files

  • add_subtitles

    Include 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

ffmpeghandbrakemedia-converter-mcp

Installation

Installation

  1. 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)
  2. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.