video-editor-mcp
video-editor-mcp
一个 MCP(Model Context Protocol)服务器,为 Claude 提供一套完整的对话式视频编辑工具包 — 修剪、裁剪、调色、添加字幕、节拍同步、稳定等 — 基于 ffmpeg、faster-whisper 和 yt-dlp 构建,并可选择集成 DaVinci Resolve 和 CapCut。
在聊天中描述你想要的编辑效果;Claude 会调用工具来执行。
工具
类别 | 工具 |
下载 |
|
分析 |
|
基础编辑 |
|
视觉 |
|
AI |
|
智能编辑 |
|
批处理 |
|
分享 |
|
DaVinci Resolve(可选) |
|
CapCut(可选) |
|
Related MCP server: Video MCP
设置
1. 克隆并安装 Python 依赖
git clone https://github.com/dr-ashraf-s-MCP-LABS/video-editor-mcp.git
cd video-editor-mcp
pip install -r requirements.txt你还需要在 PATH 中提供 ffmpeg(或 imageio-ffmpeg,服务器会自动回退到它)以及 yt-dlp。
2. 配置(可选)
将 .env.example 复制为 .env。如果你需要非默认的二进制文件位置、想指向自己的 CapCut/DaVinci 安装,或需要 cookies.txt 来下载 Instagram/Facebook 内容(可以用浏览器扩展如“Get cookies.txt LOCALLY”导出一个),请进行相应调整。
3. 注册到 Claude
将以下内容添加到你的 Claude Desktop / Claude Code MCP 配置中:
{
"mcpServers": {
"video-editor": {
"command": "python",
"args": ["/absolute/path/to/video-editor-mcp/server.py"]
}
}
}重启 Claude,然后开始通过对话进行编辑,例如:“下载这个 Reel,让它的风格与我的原始素材匹配,添加这段音乐,并加上字幕。”
备注
默认情况下,
download_video、output以及下载的文件会放在server.py旁边的./downloads和./output目录中 — 可通过VIDEO_EDITOR_DOWNLOADS_DIR/VIDEO_EDITOR_OUTPUT_DIR覆盖。如果你尚未设置相关的环境变量,或没有安装这些应用,CapCut 和 DaVinci Resolve 工具会优雅地降级(报告“not installed”)。
auto_captions和batch_process的字幕模式会在首次使用时下载 Whisperbase模型(~150MB)。
许可证
MIT — 参见 LICENSE。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that turns Claude into a hands-on video editor for short-form videos, enabling music generation, script writing, voiceover synthesis, and video stitching with FFmpeg. It also features a text-to-documentary skill that converts long-form text into structured documentary videos.MIT
- Flicense-qualityCmaintenanceA local MCP server that gives Claude Desktop full video editing capabilities via FFmpeg, Whisper, and yt-dlp.
- Alicense-qualityBmaintenanceAn MCP server for programmatic video editing using ffmpeg, enabling draft creation and refinement via natural language.5ISC
- AlicenseAqualityBmaintenanceGive any MCP client a real video editor — 32 typed tools over ffmpeg, Whisper and MediaPipe, plus an optional local UI with a drag-and-drop timeline.38MIT
Related MCP Connectors
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for Kling AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dr-ashraf-s-MCP-LABS/video-editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server