DaVinci Resolve

v1.0.0Browser Automationstable

DaVinci Resolve MCP Server — 53 tools for AI-powered remote video editing via Claude

resolvemcpai-integration
Share:
9
Stars
0
Downloads
0
Weekly
0/5

What is DaVinci Resolve?

DaVinci Resolve is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to davinci resolve mcp server — 53 tools for ai-powered remote video editing via claude

DaVinci Resolve MCP Server — 53 tools for AI-powered remote video editing via Claude

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • DaVinci Resolve MCP Server — 53 tools for AI-powered remote

Use Cases

Automate video editing tasks in DaVinci Resolve using natural language.
Control Resolve's editing tools remotely through Claude.
guycochran

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx resolve

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use DaVinci Resolve

The DaVinci Resolve MCP Server exposes 53 tools that give AI assistants full remote control over DaVinci Resolve's editing, color grading, media management, and rendering capabilities. Built in Python, it connects to Resolve's scripting API over a local socket and lets Claude perform timeline edits, switch color grades, import clips, add markers, export renders, and even describe frame contents using an optional Moondream vision model — all through natural language. It is ideal for editors who want to automate repetitive Resolve tasks or prototype complex edits without touching the GUI.

Prerequisites

  • DaVinci Resolve 18 or later installed and running (free or Studio edition)
  • Python 3.10+ with pip and venv available
  • DaVinci Resolve's scripting API enabled (Preferences > System > General > Enable scripting API)
  • Optional: A Moondream API key for vision/frame-description tools
  • Claude Desktop or another MCP client configured to run the server
1

Clone the repository

The server is distributed as source code on GitHub. Clone it to a local directory.

git clone https://github.com/guycochran/resolve-mcp-server.git
cd resolve-mcp-server
2

Create a virtual environment and install dependencies

Use a Python virtual environment to isolate the server's dependencies from system Python.

python3 -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -r requirements.txt
3

Configure environment variables

Copy the example .env file and add your Moondream API key if you want to use vision tools. The server works without this key but vision-based tools will be unavailable.

cp .env.example .env
# Edit .env and set:
# MOONDREAM_API_KEY=your_key_here
4

Add the server to Claude Desktop configuration

Edit claude_desktop_config.json to launch the server via the bundled start.sh script. Adjust the path to where you cloned the repository.

{
  "mcpServers": {
    "resolve": {
      "command": "/absolute/path/to/resolve-mcp-server/start.sh"
    }
  }
}
5

Open DaVinci Resolve and start Claude Desktop

DaVinci Resolve must be open and running before the MCP server attempts to connect. Start Resolve first, then launch Claude Desktop. The server will connect to Resolve's local scripting socket automatically.

6

Alternatively run in HTTP mode for remote access

For remote or multi-client setups, run the server in HTTP transport mode on a configurable port.

TRANSPORT=http PORT=3001 .venv/bin/python3 src/server.py

DaVinci Resolve Examples

Client configuration

Claude Desktop configuration using the start.sh launcher script from the cloned repository.

{
  "mcpServers": {
    "resolve": {
      "command": "/Users/you/resolve-mcp-server/start.sh"
    }
  }
}

Prompts to try

Use natural language to control DaVinci Resolve editing, color, and rendering tasks.

- "Replace the b-roll clip at 13:22 with the South Pole takeoff shot and preserve the audio"
- "Add a marker at the current playhead position labeled 'review this transition'"
- "Apply the Kodak 2383 LUT to all clips in the current timeline"
- "Export the current timeline to YouTube 1080p HD"
- "What's in this frame? Describe the shot composition and any people visible"
- "Switch to the color page and create a new color version called 'warm grade'"

Troubleshooting DaVinci Resolve

Server fails to connect to DaVinci Resolve

Ensure DaVinci Resolve is open before starting the MCP server. Go to Preferences > System > General and confirm 'Enable scripting using local network' is checked. Restart Resolve after changing this setting.

start.sh permission denied error

Make the launch script executable: chmod +x /path/to/resolve-mcp-server/start.sh. Also ensure the .venv directory was created inside the repository root as the script expects it there.

Vision tools return errors or are unavailable

Vision tools require a valid MOONDREAM_API_KEY set in the .env file. Without it the tools will fail. Obtain a key from moondream.ai and add it to .env, then restart the server.

Frequently Asked Questions about DaVinci Resolve

What is DaVinci Resolve?

DaVinci Resolve is a Model Context Protocol (MCP) server that davinci resolve mcp server — 53 tools for ai-powered remote video editing via claude It connects AI assistants to external tools and data sources through a standardized interface.

How do I install DaVinci Resolve?

Follow the installation instructions on the DaVinci Resolve GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with DaVinci Resolve?

DaVinci Resolve works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is DaVinci Resolve free to use?

Yes, DaVinci Resolve is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use DaVinci Resolve?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides