video-editor-mcp
An MCP server that gives Claude a conversational video-editing toolkit — trim, crop, color grade, caption, beat-sync, stabilize, and more — built on ffmpeg, faster-whisper, and yt-dlp, with optional DaVinci Resolve and CapCut integration.
README
video-editor-mcp
An MCP (Model Context Protocol) server that gives Claude a full conversational video-editing toolkit — trim, crop, color grade, caption, beat-sync, stabilize, and more — built on ffmpeg, faster-whisper, and yt-dlp, with optional DaVinci Resolve and CapCut integration.
Describe the edit you want in chat; Claude calls the tools to do it.
Tools
| Category | Tools |
|---|---|
| Download | download_video — from YouTube, Instagram, TikTok, Facebook, Vimeo, or any direct link (1000+ sites via yt-dlp) |
| Analysis | get_video_info, detect_scenes, analyze_style — probe a file or reverse-engineer a reference reel's cut pace, color mood, and orientation |
| Basic editing | trim_video, merge_videos, extract_audio, change_speed, add_audio |
| Visual | color_grade (cinematic/bright/moody/vibrant/bw/vintage presets), add_text_overlay, crop_and_resize (9:16/1:1/16:9/4:5), stabilize_video |
| AI | auto_captions — Whisper-based, burns in or exports .srt, multi-language |
| Smart editing | edit_like_reference — analyzes a reference reel's pace/color/orientation and re-cuts your footage to match, beat_sync_edit — cuts footage on detected music beats, auto_best_moments — extracts a highlight reel from long raw footage |
| Batch | batch_process — run one operation across every video in a folder |
| Sharing | share_file — upload a result and get a shareable link (gofile/transfer.sh) |
| DaVinci Resolve (optional) | davinci_status, davinci_create_timeline — only active if Resolve is installed |
| CapCut (optional) | list_capcut_drafts, launch_capcut — only active if CapCut is installed |
Setup
1. Clone and install Python deps
git clone https://github.com/dr-ashraf-s-MCP-LABS/video-editor-mcp.git
cd video-editor-mcp
pip install -r requirements.txt
You'll also need ffmpeg on your PATH (or imageio-ffmpeg, which the server falls back to automatically) and yt-dlp.
2. Configure (optional)
Copy .env.example to .env and adjust if you need non-default binary locations, want to point at your own CapCut/DaVinci install, or need a cookies.txt for Instagram/Facebook downloads (export one with a browser extension like "Get cookies.txt LOCALLY").
3. Register with Claude
Add to your Claude Desktop / Claude Code MCP config:
{
"mcpServers": {
"video-editor": {
"command": "python",
"args": ["/absolute/path/to/video-editor-mcp/server.py"]
}
}
}
Restart Claude and start editing conversationally, e.g.: "Download this reel, match its style to my raw footage, add this music, and caption it."
Notes
download_video,output, and downloaded files land in./downloadsand./outputnext toserver.pyby default — override withVIDEO_EDITOR_DOWNLOADS_DIR/VIDEO_EDITOR_OUTPUT_DIR.- CapCut and DaVinci Resolve tools degrade gracefully (report "not installed") if you haven't set the relevant env vars or don't have those apps.
auto_captionsandbatch_process's captions mode download the Whisperbasemodel (~150MB) on first use.
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。