==================
/// MCP ///
/// DAV ///
==================
[server:online]
[protocol:ready]davinci-resolve-mcp
by samuelgursky
Model-Context-Protocol server that lets AI assistants (Cursor, Claude Desktop) query and control DaVinci Resolve through natural-language requests.
265
23
SpecializedInstallation
1. Clone the repository
git clone https://github.com/samuelgursky/davinci-resolve-mcp.git
cd davinci-resolve-mcp2. (Recommended) Create and activate a Python virtual environment (Python ≥3.8)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate3. Install Python dependencies
pip install -r requirements.txt # If the project ships a requirements file4. Configure the server
• Copy the sample configuration (e.g., config.example.json) to config.json
• Edit host, port, and any authentication keys so they match your DaVinci Resolve setup.
5. Run the MCP server
python server.py # or the main launch script defined in the repo6. In DaVinci Resolve, open Preferences ▸ System ▸ Network and add the host/port of this MCP server so Resolve can connect.
Documentation
License: MIT License
Updated 7/30/2025