mcpbeat Sign in

DaVinci Resolve Local Bridge MCP Server

by airta-admin Your server? Claim it
local only

DaVinci Resolve Local Bridge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 273 installs a week from pypi. Last commit 25 Aug 2026.

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

Installs per day peak 1 329 · avg 156
a month agotoday
273
Installs / week
pypi · davinc-resolve-local-bridge-mcp
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable install.py:31, [пакет] install.py:31
    launcher_src = os.path.join(script_dir, "workflow", launcher_name)
Runs an external command workflow/DaVinci Resolve Local Bridge MCP Server Connection.py:93, [пакет] workflow/DaVinci Resolve Local Bridge MCP Server Connection.py:93
    process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add davinc-resolve-local-bridge-mcp -- uvx davinc-resolve-local-bridge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "davinc-resolve-local-bridge-mcp": {
      "args": [
        "davinc-resolve-local-bridge-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.davinc-resolve-local-bridge-mcp]
command = "uvx"
args = ["davinc-resolve-local-bridge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "davinc-resolve-local-bridge-mcp": {
      "args": [
        "davinc-resolve-local-bridge-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "davinc-resolve-local-bridge-mcp": {
      "args": [
        "davinc-resolve-local-bridge-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to DaVinci Resolve Local Bridge MCP

same job, measured the same way
Autodesk Revit MCP Server
by sam-aec

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

local only
Fax.Plus
by fax-app

Send and receive faxes from any MCP-compatible AI assistant using the Fax.Plus API

answering
DaVinci Resolve Lite MCP
by 2sem

Control DaVinci Resolve, including the free Lite edition. Manual setup only — see README.

local only
Patina Unity MCP
by taygunsavas

Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.

64 installs/wk local only
Bridge MCP
by barhamagha1

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

145 installs/wk local only
AWS MCP Server
by yawlabs

AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login

1 942 installs/wk local only
UnrealMCP — AI Bridge for Unreal Engine 5
by aadeshrao123

Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.

113 installs/wk local only
Tinify image tools
by tinify

Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.

114 installs/wk local only

DaVinci Resolve Local Bridge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DaVinci Resolve Local Bridge MCP?
DaVinci Resolve Local Bridge MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package davinc-resolve-local-bridge-mcp was installed 273 times last week.
How do I connect DaVinci Resolve Local Bridge MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls davinc-resolve-local-bridge-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use DaVinci Resolve Local Bridge MCP?
The pypi package davinc-resolve-local-bridge-mcp was installed 273 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DaVinci Resolve Local Bridge MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.