Back to MCP Servers

Video Edit

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-processai

Installation

npx -y video-edit-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub