mcp-registry/davinci-resolve-mcp

    ==================
      
       /// 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
Specialized

Installation

1. Clone the repository
git clone https://github.com/samuelgursky/davinci-resolve-mcp.git cd davinci-resolve-mcp
2. (Recommended) Create and activate a Python virtual environment (Python ≥3.8)
python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate
3. Install Python dependencies
pip install -r requirements.txt # If the project ships a requirements file
4. 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 repo
6. 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

Table of Contents

davinci-resolve-mcp - MCP Server Registry - Augment Code