video-editor-mcp
video-editor-mcp
Claude에게 포괄적인 대화형 비디오 편집 도구 키트를 제공하는 MCP(Model Context Protocol) 서버입니다 — 트리밍, 크롭, 컬러 그레이딩, 자막, 비트 싱크, 안정화 등 — 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 설치를 지정하려 하거나, Instagram/Facebook 다운로드를 위한 cookies.txt가 필요하면 조정하세요(브라우저 확장 프로그램(예: "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를 다시 시작하고 대화형으로 편집을 시작하세요. 예: "이 릴을 다운로드하고, 내 원본 푸티지에 스타일을 맞추고, 이 음악을 추가하고, 자막을 넣어줘."
참고
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