flowsai/davinci-resolve-mcp
Platform-specific configuration:
{
"mcpServers": {
"davinci-resolve-mcp": {
"command": "npx",
"args": [
"-y",
"davinci-resolve-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
DaVinci Resolve MCP connects DaVinci Resolve to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control DaVinci Resolve. This integration enables AI-assisted video editing, color grading, and timeline manipulation.
Give feedback, get inspired, and build on top of the MCP: Discord
The system consists of two main components:
src/davinci_mcp/addon.py): Connects to DaVinci Resolve's API to send and receive commandssrc/davinci_mcp/server.py): A Python server that implements the Model Context Protocol and connects to DaVinci Resolveuv and uvx package managers:If you're on Mac:
brew install uv
pip install uvxOn Windows:
# Install uv
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
set Path=C:\Users\username\.local\bin;%Path%
# Install uvx
pip install uvxOn Linux:
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install uvx
pip install uvx
``Loading reviews...