TC
ToolCompared
MCP Server

DaVinci Resolve MCP Server

by samuelgursky

Natural-language control of DaVinci Resolve video editing.

CommunityPythonDesign Tools

About DaVinci Resolve

An MCP server bridging AI coding assistants like Cursor and Claude Desktop with Blackmagic Design's DaVinci Resolve. Allows users to query information and control DaVinci Resolve functions using natural language, manage projects and timelines, and perform media pool operations such as importing and creating bins.

Tags

video-editingdavinci-resolveautomation

How to install DaVinci Resolve

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "davinci-resolve": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-davinci-resolve"]
    }
  }
}

Example shape only — see the repository for the canonical install command.

Related MCP servers in Design Tools