video-edit-mcp
Comprehensive video and audio editing MCP server with advanced operations including trimming, merging, effects, overlays, format conversion, audio processing, YouTube downloads, and smart memory management for chaining operations without intermediate files
Quick Start
Clone the repository:
git clone https://github.com/Aditya2755/video-edit-mcpClaude Desktop configuration example:
{
"mcpServers": {
"video-edit-mcp": {
"command": "npx",
"args": [
"-y",
"video-edit-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.