FFmpeg-MCP

A powerful MCP server that wraps the command-line versatility of FFmpeg for video manipulation.

Categories
Specialized Tools
Self-Hosted
Python
Our Take

This server gives an AI agent direct access to FFmpeg, the swiss-army knife of video processing. This is incredibly powerful. It allows an agent to perform complex video tasks like clipping, concatenating, overlaying, and scaling, all through natural language commands. For any automated video workflow, this tool is an essential, low-level building block.

Quick Start
// 1. Install FFmpeg on your system.
  // 2. Clone the repository and install dependencies with uv.
  // 3. Configure your MCP client to run the server script.

Related Tools