FFmpeg-MCP
@video-creator
关于 FFmpeg-MCP
Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback,clip, overlay, concat and other functions
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ffmpeg-mcp": {
"autoApprove": [],
"disabled": false,
"timeout": 60,
"command": "uv",
"args": [
"--directory",
"/Users/xxx/Downloads/ffmpeg-mcp",
"run",
"ffmpeg-mcp"
],
"transportType": "stdio"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is FFmpeg-MCP?
An MCP server that wraps FFmpeg command-line tools to enable local video search, trimming, stitching, playback, and other operations through natural language dialogue with an AI assistant. It is intended for users who want to manipulate video files on their Mac via an MCP client like Cline.
How to use FFmpeg-MCP?
Clone the repository, run uv sync in the project directory, then configure your MCP client with the stdio transport. The client command is uv --directory /path/to/ffmpeg-mcp run ffmpeg-mcp. Tools are invoked automatically by the AI assistant when it processes natural language requests.
Key features of FFmpeg-MCP
- Find video files in a directory recursively.
- Get video metadata (duration, fps, codec, dimensions).
- Trim video by start/end time or duration.
- Concatenate multiple videos with automatic smart mode.
- Play video or audio with ffplay.
- Overlay one video onto another at a specified position.
- Scale video dimensions while preserving aspect ratio.
- Extract frames from a video at a given rate (PNG, JPG, or WEBP).
Use cases of FFmpeg-MCP
- Search for a specific video file by name in a local folder.
- Retrieve detailed technical information about a video.
- Clip a segment from a longer video for quick sharing.
- Combine several video clips into one seamless output.
- Overlay a logo or watermark onto a
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论