Skip to main content
MultimediaPython

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

multimedia-processlocal-servicemacoswindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/Aditya2755/video-edit-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "video-edit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "video-edit-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
Python
Author
Aditya2755