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 "Install 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: videolab-mcp
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 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
- AlicenseAqualityCmaintenanceA comprehensive MCP server that provides Claude AI with full access to YouTube content, including searchable transcripts, metadata, comments, and playlists. It uniquely supports capturing video screenshots and extracting audio clips for analysis across both local and remote platforms.5203MIT
- 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 gradedqualityBmaintenanceAn MCP server for programmatic video editing using ffmpeg, enabling draft creation and refinement via natural language.5ISC
- AlicenseNot gradedqualityCmaintenanceAn MCP server enabling video processing via natural language: transcription with Whisper, segment cutting with FFmpeg, and file management.MIT
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
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/danielnguyenfinhub/video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server