davinci-resolve-mcp
by samuelgursky
MCP server integration for DaVinci Resolve
# Add to your Claude Code skills
git clone https://github.com/samuelgursky/davinci-resolve-mcpDaVinci Resolve MCP Server
A Model Context Protocol (MCP) server that connects AI coding assistants (Cursor, Claude Desktop) to DaVinci Resolve, enabling them to query and control DaVinci Resolve through natural language.
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. This guide covers:
- Prerequisites and system requirements
- Step-by-step installation process
- Configuration details
- Common troubleshooting steps
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. This script does everything automatically:
-
Clone the repository:
git clone https://github.com/samuelgursky/davinci-resolve-mcp.git cd davinci-resolve-mcp -
Make sure DaVinci Resolve Studio is installed and running
-
Run the installation script: macOS/Linux:
./install.shWindows:
install.bat
This will:
- Automatically detect the correct paths on your system
- Create a Python virtual environment
- Install the MCP SDK from the official repository
- Set up environment variables
- Configure Cursor/Claude integration
- Verify the installation is correct
- Optionally start the MCP server
Alternative Quick Start
You can also use the original quick start scripts:
Windows Users:
run-now.bat
macOS Users:
chmod +x run-now.sh
./run-now.sh
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...