video-editor-mcp
video-editor-mcp
Un servidor MCP (Model Context Protocol) que le ofrece a Claude un conjunto completo de herramientas de edición de video conversacional: recortar, cortar, corregir color, subtitular, sincronizar con el ritmo, estabilizar y más, construido sobre ffmpeg, faster-whisper y yt-dlp, con integración opcional de DaVinci Resolve y CapCut.
Describe la edición que deseas en el chat; Claude llama a las herramientas para hacerlo.
Herramientas
Categoría | Herramientas |
Descarga |
|
Análisis |
|
Edición básica |
|
Visual |
|
IA |
|
Edición inteligente |
|
Lote |
|
Compartir |
|
DaVinci Resolve (opcional) |
|
CapCut (opcional) |
|
Related MCP server: Video MCP
Configuración
1. Clona e instala las dependencias de Python
git clone https://github.com/dr-ashraf-s-MCP-LABS/video-editor-mcp.git
cd video-editor-mcp
pip install -r requirements.txtTambién necesitarás ffmpeg en tu PATH (o imageio-ffmpeg, que el servidor usa automáticamente como respaldo) y yt-dlp.
2. Configura (opcional)
Copia .env.example a .env y ajústalo si necesitas ubicaciones de binarios no predeterminadas, quieres apuntar a tu propia instalación de CapCut/DaVinci, o necesitas un cookies.txt para descargas de Instagram/Facebook (exporta uno con una extensión de navegador como "Get cookies.txt LOCALLY").
3. Regístrate con Claude
Añade a tu configuración MCP de Claude Desktop / Claude Code:
{
"mcpServers": {
"video-editor": {
"command": "python",
"args": ["/absolute/path/to/video-editor-mcp/server.py"]
}
}
}Reinicia Claude y comienza a editar de forma conversacional, por ejemplo: "Descarga este reel, haz coincidir su estilo con mi metraje sin editar, añade esta música y subtitúlalo."
Notas
download_video,outputy los archivos descargados se guardan en./downloadsy./outputjunto aserver.pypor defecto — sobrescríbelo conVIDEO_EDITOR_DOWNLOADS_DIR/VIDEO_EDITOR_OUTPUT_DIR.Las herramientas de CapCut y DaVinci Resolve se degradan correctamente (informan "no instalado") si no has configurado las variables de entorno correspondientes o no tienes esas aplicaciones.
auto_captionsy el modo de subtítulos debatch_processdescargan el modelobasede Whisper (~150MB) en el primer uso.
Licencia
MIT — consulta 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