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のツールは、関連する環境変数を設定していない場合や、それらのアプリがない場合は、正常に(「未インストール」と報告して)動作します。
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