Davinci Mcp Professional
FreeNot checkedAn enterprise-grade MCP server that exposes the full functionality of DaVinci Resolve and DaVinci Resolve Studio (through version 20) to either Claude Desktop o
About
An enterprise-grade MCP server that exposes the full functionality of DaVinci Resolve and DaVinci Resolve Studio (through version 20) to either Claude Desktop or Cursor MCP clients. Fully configured and tested as a Claude Desktop Extension making installation as easy as clicking a button. Supports both Windows and Macintosh.
README
An enterprise-grade Model Context Protocol (MCP) server that exposes the full DaVinci Resolve scripting API to AI assistants. This project is a hard fork of davinci-resolve-mcp by @samuelgursky, rewritten and maintained independently.
Supported MCP clients: Claude Desktop (primary), Gemini CLI, ChatGPT.
Prerequisites
- DaVinci Resolve Studio installed and licensed (the free edition does not support external scripting)
- Python 3.10 or later, installed system-wide (the installer from python.org with "Add to PATH" and "Install for all users" selected). On Windows, DaVinci Resolve locates Python through the Windows registry; a uv-managed or user-only Python install will not be found and will cause a crash.
- uv — fast Python package and virtual environment manager
Installation
From source (recommended)
git clone https://github.com/Positronikal/davinci-mcp-professional.git
cd davinci-mcp-professional
uv venv
uv sync
Standalone Windows executable
Download the pre-built Windows binaries from Releases. No Python installation required.
The release includes two executables:
| Executable | Purpose |
|---|---|
davinci-mcp-server.exe |
MCP server — launched automatically by Claude Desktop (or another MCP client). Communicates over stdio with no console output. Use this in your claude_desktop_config.json. |
davinci-mcp.exe |
Interactive CLI — for running the server manually in a terminal. Displays a startup banner, checks that DaVinci Resolve is running, and supports --debug and --skip-checks flags. |
Most users only need davinci-mcp-server.exe configured in their MCP client.
davinci-mcp.exe is useful for troubleshooting or verifying that the server
can connect to Resolve before configuring a client.
Configuring Claude Desktop
Locate or create your claude_desktop_config.json file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the server entry:
Running from source (Windows):
{
"mcpServers": {
"davinci-resolve": {
"name": "DaVinci MCP Professional",
"command": "C:\\path\\to\\davinci-mcp-professional\\.venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\davinci-mcp-professional\\mcp_server.py"]
}
}
}
Running from source (macOS):
{
"mcpServers": {
"davinci-resolve": {
"name": "DaVinci MCP Professional",
"command": "/path/to/davinci-mcp-professional/.venv/bin/python",
"args": ["/path/to/davinci-mcp-professional/mcp_server.py"]
}
}
}
Using the standalone Windows executable:
{
"mcpServers": {
"davinci-resolve": {
"name": "DaVinci MCP Professional",
"command": "C:\\path\\to\\davinci-mcp-server\\davinci-mcp-server.exe",
"args": []
}
}
}
Restart Claude Desktop after saving the config.
Other Supported Clients
Gemini CLI and ChatGPT support the MCP standard and can connect to this
server using the same mcp_server.py entry point. Their MCP integration is
still maturing — consult each client's documentation for the current
configuration method.
Basic Usage
- Start DaVinci Resolve and wait for it to fully load.
- Start the MCP server (Claude Desktop does this automatically when configured).
- Ask your AI assistant to interact with Resolve:
What version of DaVinci Resolve is running?
List all projects in the database.
Create a new timeline called "Act 1".
Switch to the Color page.
Import /path/to/clip.mp4 into the media pool.
Further Reading
| Document | Purpose |
|---|---|
| USING.md | Developer setup, build instructions, contributing |
| BUGS.md | Troubleshooting and bug reporting |
| CONTRIBUTING.md | Contribution guidelines |
| COPYING.md | GPL-3.0 license |
For developer setup, build instructions, and contribution guidelines, see USING.md.
Installing Davinci Mcp Professional
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/hoyt-harness/davinci-mcp-professionalFAQ
Is Davinci Mcp Professional MCP free?
Yes, Davinci Mcp Professional MCP is free — one-click install via Unyly at no cost.
Does Davinci Mcp Professional need an API key?
No, Davinci Mcp Professional runs without API keys or environment variables.
Is Davinci Mcp Professional hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Davinci Mcp Professional in Claude Desktop, Claude Code or Cursor?
Open Davinci Mcp Professional on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Davinci Mcp Professional with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
