mcp.film

mcp.film / Editing & Post / DaVinci Resolve MCP

DaVinci Resolve MCP

Communityby Community (samuelgursky)freeverified Jun 11, 2026

Full AI control of DaVinci Resolve Studio — edit, grade, Fusion, and render via scripting.

Rate it: no ratings yet

What it does

MCP server built on Resolve's official Scripting API covering project management, media pool, timeline editing, color grading, Fusion comps, Fairlight audio, and the render queue. The most mature NLE MCP available — a filmmaker-agent can conform timelines, apply grades, and kick off renders without touching the GUI.

Connect

Claude Code
claude mcp add davinci-resolve -- npx davinci-resolve-mcp setup
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "davinci-resolve": {
      "command": "npx",
      "args": [
        "davinci-resolve-mcp",
        "setup"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "davinci-resolve": {
      "command": "npx",
      "args": [
        "davinci-resolve-mcp",
        "setup"
      ]
    }
  }
}
Auth: local-app — Requires DaVinci Resolve Studio running locally with External Scripting set to Local

Field notes

~1.2k stars, v2.45.0 (Jun 2026), 78 releases, MIT; 331/336 Resolve API methods live-tested. Requires Resolve STUDIO 18.5+ (the free edition lacks external scripting) and Python 3.10-3.12. The setup wizard auto-configures Claude Desktop/Cursor/VS Code.

Pairs well with