video-editor-mcp
video-editor-mcp
Ein MCP-Server (Model Context Protocol), der Claude ein vollständiges, konversationelles Video-Bearbeitungs-Toolkit bietet – Trimmen, Zuschneiden, Farbkorrektur, Untertitel, Beat-Synchronisation, Stabilisierung und mehr – basierend auf ffmpeg, faster-whisper und yt-dlp, mit optionaler DaVinci-Resolve- und CapCut-Integration.
Beschreibe den gewünschten Schnitt im Chat; Claude ruft die Tools auf, um ihn umzusetzen.
Tools
Kategorie | Tools |
Herunterladen |
|
Analyse |
|
Grundlegende Bearbeitung |
|
Visuell |
|
KI |
|
Intelligente Bearbeitung |
|
Stapelverarbeitung |
|
Teilen |
|
DaVinci Resolve (optional) |
|
CapCut (optional) |
|
Related MCP server: Video MCP
Einrichtung
1. Repository klonen und Python-Abhängigkeiten installieren
git clone https://github.com/dr-ashraf-s-MCP-LABS/video-editor-mcp.git
cd video-editor-mcp
pip install -r requirements.txtAußerdem benötigst du ffmpeg in deinem PATH (oder imageio-ffmpeg, auf das der Server automatisch zurückfällt) und yt-dlp.
2. Konfigurieren (optional)
Kopiere .env.example in .env und passe es an, wenn du nicht standardmäßige Binärpfade benötigst, auf deine eigene CapCut-/DaVinci-Installation verweisen möchtest oder eine cookies.txt für Instagram-/Facebook-Downloads brauchst (exportiere eine mit einer Browser-Erweiterung wie „Get cookies.txt LOCALLY").
3. Bei Claude registrieren
Füge Folgendes zu deiner Claude-Desktop-/Claude-Code-MCP-Konfiguration hinzu:
{
"mcpServers": {
"video-editor": {
"command": "python",
"args": ["/absolute/path/to/video-editor-mcp/server.py"]
}
}
}Starte Claude neu und beginne mit der konversationellen Bearbeitung, z. B.: „Lade diese Reel herunter, passe ihren Stil an mein Rohmaterial an, füge diese Musik hinzu und untertitele sie."
Hinweise
download_video,outputund heruntergeladene Dateien landen standardmäßig in./downloadsund./outputnebenserver.py– überschreibbar mitVIDEO_EDITOR_DOWNLOADS_DIR/VIDEO_EDITOR_OUTPUT_DIR.Die CapCut- und DaVinci-Resolve-Tools degradieren elegant (melden „nicht installiert"), wenn du die entsprechenden Umgebungsvariablen nicht gesetzt hast oder diese Apps nicht besitzt.
auto_captionsund der Untertitelmodus vonbatch_processladen beim ersten Gebrauch das Whisper-base-Modell (~150 MB) herunter.
Lizenz
MIT – siehe 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