Video MCP
Provides video processing capabilities such as trimming, merging, format conversion, compression, and thumbnail generation.
Allows downloading videos from Instagram.
Provides automatic speech recognition and subtitle generation using OpenAI's Whisper model.
Allows downloading videos from TikTok and exporting videos for TikTok platform.
Allows downloading videos from YouTube and exporting videos in YouTube-compatible formats.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Video MCPDownload this video from YouTube"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🎬 Video MCP — Local Video Editing for Claude Desktop
A local MCP server that gives Claude Desktop full video editing capabilities via FFmpeg, Whisper, and yt-dlp.
Tools (15)
Tool | Description |
| Get duration, resolution, FPS, codecs, file size |
| Cut start/end timestamps |
| Join multiple clips in sequence |
| Reformat for YouTube / Reels / TikTok / LinkedIn / Shorts |
| Extract a frame as JPG |
| Auto-transcribe with Whisper + burn subtitles |
| Burn title/lower-third/outro text |
| Mix music with voice audio |
| Download from YouTube, TikTok, Instagram |
| Reduce file size (high/medium/low) |
| MP4 ↔ MOV ↔ WebM ↔ GIF ↔ MKV |
| Pull audio as MP3/WAV/AAC |
| Browse your video folder with metadata |
| Slow-mo or speed ramp (0.5x, 2x, etc.) |
| Silence audio between two timestamps |
Related MCP server: video-editor
Prerequisites (Windows)
winget install Gyan.FFmpeg
winget install yt-dlp.yt-dlp
winget install Python.Python.3.12
pip install openai-whisper
winget install OpenJS.NodeJS.LTSSetup
git clone https://github.com/danielnguyenfinhub/video-mcp
cd video-mcp
npm install
npm run buildClaude Desktop Config
Open: %APPDATA%\Claude\claude_desktop_config.json
Add to mcpServers:
{
"mcpServers": {
"video-mcp": {
"command": "node",
"args": ["C:\\Users\\Daniel\\video-mcp\\dist\\index.js"],
"env": {
"VIDEO_DIR": "C:\\Users\\Daniel\\Videos",
"OUTPUT_DIR": "C:\\Users\\Daniel\\Videos\\Output"
}
}
}
}Replace Daniel with your actual Windows username. Restart Claude Desktop.
Environment Variables
Variable | Default | Description |
|
| Where your source videos live |
|
| Where processed videos are saved |
|
| Custom FFmpeg path if not in PATH |
|
| Custom ffprobe path |
|
| Custom yt-dlp path |
|
| Custom Whisper path |
This server cannot be deployed
Maintenance
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 Grok Imagine AI video generation
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn 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
- AlicenseNot gradedqualityDmaintenanceAn MCP server for programmatic video editing using ffmpeg, enabling draft creation and refinement via natural language.8 npmISC
- AlicenseNot gradedqualityDmaintenanceAn MCP server enabling video processing via natural language: transcription with Whisper, segment cutting with FFmpeg, and file management.MIT
- AlicenseNot gradedqualityCmaintenanceA stdio MCP server for Claude Desktop that provides an interactive media player, a local command runner, and file read/write/edit tools.MIT