Description

Chat-driven video editing powered by FFmpeg and FastMCP with 15 tools covering trimming, merging with transitions, auto-subtitles via Whisper, color grading presets, video stabilization, noise removal, TTS voiceover, silence removal, and social media aspect ratio conversion. Runs entirely locally with no cloud dependencies.

Installation

git clone https://github.com/akshat-1111/video_editor_mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "video-editor": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}