Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. DaVinci Resolve Local Bridge MCP
D
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

DaVinci Resolve Local Bridge MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Control DaVinci Resolve from any AI assistant. 215 MCP tools covering the full Resolve API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "davinci-resolve-local-bridge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "davinci-resolve-local-bridge-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Davinc-Resolve-Local-Bridge-MCP

DaVinci Resolve Local Bridge MCP

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.


What Is This?

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.

How It Works

Code
Your AI Assistant (Claude, Cursor, Devin, etc.)
       β”‚
       β”‚  talks MCP (stdio)
       β–Ό
  mcp_server/server.py        ← runs on your machine
       β”‚
       β”‚  talks HTTP (localhost:8787)
       β–Ό
  DaVinciResolveBridge.py ← runs INSIDE DaVinci Resolve
       β”‚                        (started from the Workflow Integration)
       β–Ό
  DaVinci Resolve API         ← full read + write access

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.


Quick Start

Prerequisites

  • DaVinci Resolve 18.5+ (Free or Studio)
  • Python 3.10+ on your machine
  • An MCP-compatible AI assistant (Claude Desktop, Cursor, Devin, etc.)

Step 1 β€” Install the Workflow Integration and Bridge

Run the installer:

bash
python install.py

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.

PlatformPath
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/

Step 2 β€” Install MCP Server Dependencies

Terminal
pip install -r requirements.txt

Step 3 β€” Configure Your AI Assistant

Add the MCP server to your assistant's configuration file. The server path is mcp_server/server.py in this repo.

Claude Desktop

Edit claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "davinci-resolve-local-bridge": {
      "command": "python",
      "args": ["C:/path/to/Davinc-Resolve-Local-Bridge-MCP/mcp_server/server.py"]
    }
  }
}

Cursor

Edit .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "davinci-resolve-local-bridge": {
      "command": "python",
      "args": ["C:/path/to/Davinc-Resolve-Local-Bridge-MCP/mcp_server/server.py"]
    }
  }
}

Devin

Edit mcp_config.json:

config.json
{
  "mcpServers": {
    "resolve-local-bridge": {
      "command": "python",
      "args": ["C:/path/to/Davinc-Resolve-Local-Bridge-MCP/mcp_server/server.py"]
    }
  }
}

Claude Code

Terminal
claude mcp add davinci-resolve-local-bridge -- python C:/path/to/Davinc-Resolve-Local-Bridge-MCP/mcp_server/server.py

Any MCP Client (generic)

The server uses stdio transport. Launch it with:

bash
python mcp_server/server.py

Step 4 β€” Start the Bridge Inside DaVinci Resolve

  1. Open DaVinci Resolve
  2. Go to Workspace β†’ Workflow Integrations β†’ DaVinci Resolve Local Bridge MCP Server Connection
  3. Click Start Bridge
  4. Confirm that the panel reports Running on http://127.0.0.1:8787 (218 actions). For diagnostic details, open Workspace β†’ Console and look for:
Code
[Resolve Bridge] Connected to Resolve 21.0.4.5
[Resolve Bridge] HTTP server running on http://127.0.0.1:8787
[Resolve Bridge] 218 actions available

Step 5 β€” Start Using It

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"


Architecture

Bridge Script (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:

  • Obtains the live resolve object from Fusion's globals
  • Starts an HTTP server on 127.0.0.1:8787
  • Exposes 3 endpoints:
    • GET /health β€” check if the bridge is alive
    • GET /actions β€” list all available action names
    • POST /action β€” execute an action by name with parameters
  • Stays alive with a blocking serve_forever() call
  • Kills any previous instance on the same port before starting

MCP Server (mcp_server/server.py)

A standalone MCP server that:

  • Connects to the bridge over HTTP on localhost
  • Auto-discovers all 218 actions from the bridge's /actions endpoint
  • Exposes each action as an MCP tool with the resolve_ prefix
  • Proxies tool calls to the bridge via POST /action
  • Stays in sync with the bridge β€” no manual tool definitions needed

All 218 Tools

The 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.

Resolve Application (15 tools)

ToolParametersDescription
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_pagepageSwitch to a page: edit, cut, fusion, color, fairlight, deliver, media
resolve_get_layout_presetsβ€”List available layout presets
resolve_load_layout_presetpresetNameLoad a layout preset by name
resolve_get_keyframe_modeβ€”Get current keyframe mode
resolve_set_keyframe_modekeyframeModeSet keyframe mode
resolve_get_fairlight_presetsβ€”List Fairlight audio presets
resolve_get_burnin_presetsβ€”List burn-in presets
resolve_import_render_presetpresetPathImport a render preset from file
resolve_export_render_presetpresetName, exportPathExport 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

Project Manager (18 tools)

ToolParametersDescription
resolve_create_projectname, width, height, fpsCreate a new project
resolve_load_projectnameLoad an existing project
resolve_save_projectβ€”Save the current project
resolve_close_projectβ€”Close the current project
resolve_delete_projectnameDelete a project
resolve_create_folderfolderNameCreate a project folder
resolve_delete_folderfolderNameDelete 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_folderfolderNameOpen a folder
resolve_goto_root_folderβ€”Navigate to root folder
resolve_goto_parent_folderβ€”Navigate to parent folder
resolve_import_projectfilePath, projectNameImport a .drp project
resolve_export_projectprojectName, filePath, withStillsAndLUTsExport a project as .drp
resolve_archive_projectprojectName, filePath, ...Archive a project
resolve_get_current_databaseβ€”Get current database name
resolve_get_database_listβ€”List available databases

Project Settings (7 tools)

ToolParametersDescription
resolve_get_project_nameβ€”Get current project name
resolve_set_project_namenameRename the current project
resolve_get_project_settingkeyGet a project setting by key
resolve_set_project_settingkey, valueSet a project setting
resolve_get_project_settingsβ€”Get all project settings
resolve_get_project_preset_listβ€”List project presets
resolve_set_project_presetpresetNameApply a project preset

Media Storage (4 tools)

ToolParametersDescription
resolve_get_mounted_volumesβ€”List mounted storage volumes
resolve_get_subfolder_listfolderPathList subfolders in a path
resolve_get_file_listfolderPathList files in a folder
resolve_reveal_in_storagepathReveal a file in the OS file browser

Media Pool (13 tools)

Read the full README on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • How Persistence Works logoHow Persistence Works

    Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

    πŸ’» Developer Tools0 views
    Compare vs How Persistence Works β†’
  • Funplay Cocos MCP logoFunplay Cocos MCP

    stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.

    πŸ’» Developer Tools1 views
    Compare vs Funplay Cocos MCP β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about DaVinci Resolve Local Bridge MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "davinci-resolve-local-bridge-mcp": { "command": "npx", "args": ["-y", "DaVinci Resolve Local Bridge MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDaVinci Resolve Local Bridge MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/davinci-resolve-local-bridge-mcp?style=directory)](https://allmcps.com/mcp/davinci-resolve-local-bridge-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to DaVinci Resolve Local Bridge MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code