by samuelgursky
MCP server integration for DaVinci Resolve
# Add to your Claude Code skills
git clone https://github.com/samuelgursky/davinci-resolve-mcpA 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.
For a comprehensive list of implemented and planned features, see docs/FEATURES.md.
For detailed installation instructions, please see INSTALL.md. This guide covers:
| Platform | Status | One-Step Install | Quick Start | |----------|--------|------------------|-------------| | macOS | ✅ Stable | | | | Windows | ✅ Stable | | | | Linux | ❌ Not supported | N/A | N/A |
No comments yet. Be the first to share your thoughts!
./install.sh./run-now.shinstall.batrun-now.batThe 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.sh
Windows:
install.bat
This will:
You can also use the original quick start scripts:
Windows Users:
run-now.bat
macOS Users:
chmod +x run-now.sh
./run-now.sh
For configuration of DaVinci Resolve MCP with different AI assistant clients like Cursor or Claude, see the config-templates directory.
For detailed troubleshooting guidance, refer...