davinci-resolve-lite-mcp

2sem/davinci-resolve-lite-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP server to control DaVinci Resolve free (Lite) edition from Claude — runs as a Workspace>Scripts menu server, zero dependencies
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": {
    "davinci-resolve-lite": {
      "command": "uvx",
      "args": [
        "davinci-resolve-lite-mcp"
      ]
    }
  }
}

Or install with pip: pip install davinci-resolve-lite-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets an AI client such as **Claude Code** control **DaVinci Resolve** — including the **free (Lite) edition**, which the existing project cannot drive. The free edition blocks *external* scripting, but it still runs Python scripts launched from its own **Workspace > Scripts** menu. This project rides that path:

Tools (13)

add_timeline_markerappend_clips_to_timelinecreate_timelineexport_current_frame_as_stillexport_timelineget_project_infoget_render_presetsget_render_statusget_statusget_timeline_infoget_track_itemsopen_pagerender_current_timeline