declip

dreliq9/declip
★ 0 stars Python 💻 Code/Dev Tools Updated today
AI-native video editing toolkit with MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "declip": {
      "command": "uvx",
      "args": [
        "declip"
      ]
    }
  }
}

Or install with pip: pip install declip

README Excerpt

Declarative video editing — JSON in, video out. Plus an MCP server so AI agents can drive a real editor. You write a project as JSON (timeline, clips, transitions, filters, output) and `declip` renders it via FFmpeg. No GUI, no NLE, no clicks — just structured data and a command. It also ships: - A **CLI** with quick utilities (probe, trim, concat, thumbnail, scene detection, silence detection, loudness, transcription, review reports)