Best for
- Video editing and post-production professionals
- Colorists using DaVinci Resolve Studio
- Assistant editors needing workflow automation
- Teams wanting to integrate AI assistants for media management
This MCP server offers comprehensive control over DaVinci Resolve Studio, covering 100% of the API methods, with two modes and high test coverage. It is designed for professional post-production, emphasizing source media safety and confirmation for destructive actions.
This is a Model Context Protocol (MCP) server that lets AI assistants control DaVinci Resolve Studio through the official Scripting API. It provides full API coverage (349/349 methods) plus guarded workflow helpers for editing, media pool organization, render setup, review markers, grading, Fusion, Fairlight, project lifecycle, extension authoring, and source-safe media analysis. The server offers two modes: Compound (34 tools, default, low context usage) and Full/Granular (341 tools, one tool per API method). An optional offline Advanced server (18 tools) works on .drp/.drt/.drx files and database operations without Resolve running.
npx davinci-resolve-mcp setup or clone the repo and run python install.py. 3. The installer configures Claude Desktop, Claude Code, Cursor, VS Code, etc. 4. For the free edition, run python scripts/install_resolve_bridge.py and set DAVINCI_RESOLVE_BRIDGE=1.{
"mcpServers": {
"davinci-resolve": {
"command": "<python>",
"args": [
"<path>/src/server.py"
]
}
}
}