TS

ffmpeg-mcp

by egoist/ffmpeg-mcp

0 views

An MCP server for FFmpeg

nodejstypescriptVideo & Audio

ffmpeg-mcp

A stdio MCP server to interact with ffmpeg for common media operations.

This project is sponsored by ChatWise - All-in-one LLM Chatbot with MCP support.

Usage

You need ffmpeg installed on your system first.

Then add the following command to your MCP client:

npx -y ffmpeg-mcp

By default it uses ffmpeg from your system path. You can also specify the path to ffmpeg by setting the FFMPEG_PATH environment variable, like:

FFMPEG_PATH=/path/to/ffmpeg

Tools

View tools.ts

More tools to come.

License

MIT.

Install

{
  "mcpServers": {
    "ffmpeg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-mcp"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories