Control DaVinci Resolve from any AI assistant. 215 MCP tools covering the full Resolve API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Control DaVinci Resolve from any AI assistant β Claude, Cursor, Devin, and more.
218 tools. Resolve API and optional-extension coverage. Works with DaVinci Resolve Free and Studio.
Davinc-Resolve-Local-Bridge-MCP is a Model Context Protocol (MCP) server that gives AI assistants controlled access to DaVinci Resolve. It exposes 218 tools covering projects, timelines, media, Fusion, color grading, rendering, and supported optional extensions.
The bridge script runs inside DaVinci Resolve's process, giving it full access to the Resolve scripting API β even on the Free edition (which blocks external scripting). The MCP server runs as a separate process and proxies tool calls to the bridge over localhost HTTP.
Run the installer:
The installer adds the user-facing launcher under Workspace β Workflow Integrations and installs the underlying bridge script. Restart Resolve once after installation so it discovers the integration.
For a manual installation, copy workflow/DaVinci Resolve Local Bridge MCP Server Connection.py and the workflow/assets directory to Resolve's Workflow Integration Plugins directory. Also copy bridge/Bridge-Connection-Script.py to Resolve's scripts folder as DaVinciResolveBridge.py. The Scripts entry is retained as a fallback, not the normal launch path.
| Platform | Path |
|---|---|
| Windows | %APPDATA%\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Utility\ |
| macOS | ~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Fusion/Scripts/Utility/ |
| Linux | ~/.local/share/DaVinciResolve/Fusion/Scripts/Utility/ |
Add the MCP server to your assistant's configuration file. The server path is mcp_server/server.py in this repo.
Edit claude_desktop_config.json:
Edit .cursor/mcp.json:
Edit mcp_config.json:
The server uses stdio transport. Launch it with:
Ask your AI assistant:
"Check if DaVinci Resolve is connected"
The assistant will call the resolve_status tool and report back. Then try:
"Create a new 1920x1080 30fps project called 'My Video' and add a timeline"
bridge/Bridge-Connection-Script.py)A Python script that runs inside DaVinci Resolve. The supported Workflow Integration launcher starts it for the user; Workspace β Scripts β DaVinciResolveBridge remains available only as a fallback. It:
resolve object from Fusion's globals127.0.0.1:8787GET /health β check if the bridge is aliveGET /actions β list all available action namesPOST /action β execute an action by name with parametersserve_forever() callmcp_server/server.py)A standalone MCP server that:
/actions endpointresolve_ prefixPOST /actionThe MCP server auto-discovers tools from the bridge. Each tool is prefixed with resolve_ (e.g., status becomes resolve_status). Pass parameters as a params object.
| Tool | Parameters | Description |
|---|---|---|
resolve_status | β | Check bridge connectivity and get current project/timeline info |
resolve_get_version | β | Get Resolve version info |
resolve_get_current_page | β | Get the active page (edit, cut, color, etc.) |
resolve_open_page | page | Switch to a page: edit, cut, fusion, color, fairlight, deliver, media |
resolve_get_layout_presets | β | List available layout presets |
resolve_load_layout_preset | presetName | Load a layout preset by name |
resolve_get_keyframe_mode | β | Get current keyframe mode |
resolve_set_keyframe_mode | keyframeMode | Set keyframe mode |
resolve_get_fairlight_presets | β | List Fairlight audio presets |
resolve_get_burnin_presets | β | List burn-in presets |
resolve_import_render_preset | presetPath | Import a render preset from file |
resolve_export_render_preset | presetName, exportPath | Export a render preset to file |
resolve_open_fusion_page | β | Switch to Fusion page |
resolve_open_edit_page | β | Switch to Edit page |
resolve_open_deliver_page | β | Switch to Deliver page |
| Tool | Parameters | Description |
|---|---|---|
resolve_create_project | name, width, height, fps | Create a new project |
resolve_load_project | name | Load an existing project |
resolve_save_project | β | Save the current project |
resolve_close_project | β | Close the current project |
resolve_delete_project | name | Delete a project |
resolve_create_folder | folderName | Create a project folder |
resolve_delete_folder | folderName | Delete a project folder |
resolve_get_project_list | β | List projects in current folder |
resolve_get_folder_list | β | List subfolders in current folder |
resolve_get_current_folder | β | Get current folder name |
resolve_open_folder | folderName | Open a folder |
resolve_goto_root_folder | β | Navigate to root folder |
resolve_goto_parent_folder | β | Navigate to parent folder |
resolve_import_project | filePath, projectName | Import a .drp project |
resolve_export_project | projectName, filePath, withStillsAndLUTs | Export a project as .drp |
resolve_archive_project | projectName, filePath, ... | Archive a project |
resolve_get_current_database | β | Get current database name |
resolve_get_database_list | β | List available databases |
| Tool | Parameters | Description |
|---|---|---|
resolve_get_project_name | β | Get current project name |
resolve_set_project_name | name | Rename the current project |
resolve_get_project_setting | key | Get a project setting by key |
resolve_set_project_setting | key, value | Set a project setting |
resolve_get_project_settings | β | Get all project settings |
resolve_get_project_preset_list | β | List project presets |
resolve_set_project_preset | presetName | Apply a project preset |
| Tool | Parameters | Description |
|---|---|---|
resolve_get_mounted_volumes | β | List mounted storage volumes |
resolve_get_subfolder_list | folderPath | List subfolders in a path |
resolve_get_file_list | folderPath | List files in a folder |
resolve_reveal_in_storage | path | Reveal a file in the OS file browser |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/davinci-resolve-local-bridge-mcp)<a href="https://allmcps.com/mcp/davinci-resolve-local-bridge-mcp"><img src="https://allmcps.com/api/badge/davinci-resolve-local-bridge-mcp?style=directory" alt="DaVinci Resolve Local Bridge MCP on AllMCPs" /></a>