melt-7

TyrelCB/melt-7
★ 0 stars Python Code/Dev Tools Updated today
MCP server exposing melt-7 (MLT Multimedia Framework) for agentic video editing and composition
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "melt-7": {
      "command": "uvx",
      "args": [
        "melt-7"
      ]
    }
  }
}

Or install with pip: pip install melt-7

README Excerpt

An MCP server exposing [melt-7](https://www.mltframework.org/) (the MLT Multimedia Framework's CLI rendering engine -- the same backend Kdenlive uses) for agentic video editing/composition: build a multi-track timeline with clips, transitions, filters, and text overlays, then render it to MP4. - `melt-7` and `ffprobe`/`ffmpeg` on `PATH` (Fedora: `dnf install mlt`)

Tools (1)

qtext