MCP Ffmpeg Helper MCP Server

一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。

Local serverstdio

What is the MCP Ffmpeg Helper MCP server?

If you already use MCP Ffmpeg Helper, the mcp ffmpeg helper mcp server is the piece that lets your assistant work with it directly. 一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • filePath — 视频文件路径
  • inputPath — 输入视频文件路径
  • outputPath — 输出视频文件路径
  • options — 附加的 FFmpeg 选项(可选)
  • format — 音频格式(如 mp3, aac 等)
  • inputPattern — 输入图像模式(如 'img%03d.jpg' 或 'folder/*.png')
  • framerate — 帧率(默认:25)
  • codec — 视频编解码器(默认:libx264)
  • pixelFormat — 像素格式(默认:yuv420p)
  • extraOptions — 附加的 FFmpeg 选项(可选)
  • startTime — 开始时间(格式:HH:MM:SS.mmm 或秒数)
  • duration — 持续时间(可选,格式同上)

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Ffmpeg Helper's toolset — filePath, inputPath, outputPath and 11 more — is a fair guide to whether it matches your workflow. It is maintained by sworddut; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Ffmpeg Helper.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
filePath视频文件路径
inputPath输入视频文件路径
outputPath输出视频文件路径
options附加的 FFmpeg 选项(可选)
format音频格式(如 mp3, aac 等)
inputPattern输入图像模式(如 'img%03d.jpg' 或 'folder/*.png')
framerate帧率(默认:25)
codec视频编解码器(默认:libx264)
pixelFormat像素格式(默认:yuv420p)
extraOptions附加的 FFmpeg 选项(可选)
startTime开始时间(格式:HH:MM:SS.mmm 或秒数)
duration持续时间(可选,格式同上)
endTime结束时间(可选,格式同上)
watermarkPath水印图像路径

Example prompts to try

  • Use MCP Ffmpeg Helper to filePath.
  • Use MCP Ffmpeg Helper to inputPath.
  • Use MCP Ffmpeg Helper to outputPath.

Frequently asked questions

Node.js v14+ and FFmpeg installed and accessible from the command line (verify with `ffmpeg -version`).