ffmpeg-mcp
95
The ffmpeg-mcp project is an MCP server that interfaces with ffmpeg to perform common media operations. It facilitates the integration of ffmpeg into an MCP environment by using standard I/O channels.
ffmpeg-mcp
A stdio MCP server to interact with ffmpeg for common media operations.
Usage
- Requires ffmpeg installed on your system.
- Add the command to your MCP client using:
npx -y ffmpeg-mcp
. - By default, it uses the ffmpeg from your system path.
- Specify a custom path with the
FFMPEG_PATH
environment variable.