DR

DaVinci Resolve

Created 6 months ago

A Model Context Protocol (MCP) server connecting AI coding assistants to DaVinci Resolve.

development location documentation public AI DaVinci Resolve

What is DaVinci Resolve?

MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control.

Documentation

Features

For a comprehensive list of implemented and planned features, see docs/FEATURES.md.

Requirements

  • macOS or Windows with DaVinci Resolve installed
  • Python 3.6+
  • DaVinci Resolve running in the background
  • (Optional) Node.js/npm for some features

Installation Guide

For detailed installation instructions, please see INSTALL.md.

Platform Support

Platform Status One-Step Install Quick Start
macOS ✅ Stable ./install.sh ./run-now.sh
Windows ✅ Stable install.bat run-now.bat
Linux ❌ Not supported N/A N/A

Quick Start Guide# New One-Step Installation (Recommended)

The easiest way to get started is with our new unified installation script.

Configuration

For configuration of DaVinci Resolve MCP with different AI assistant clients like Cursor or Claude, see the config-templates directory.

Troubleshooting

For detailed troubleshooting guidance, refer to the INSTALL.md file which contains solutions to common issues.

Support

For issues and feature requests, please use the GitHub issue tracker.

Server Config

{
  "mcpServers": {
    "davinci-resolve-server": {
      "command": "npx",
      "args": [
        "davinci-resolve"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Samuel Gursky ([email protected])
Category: community
License: MIT
Tags:
development location documentation