MCP Directory
Back

resolve-claude-mcp

by barckley75 · Python · ★ 210

Connect DaVinci Resolve Studio to Claude AI through the Model Context Protocol (MCP)

Install

pip install git+https://github.com/barckley75/resolve-claude-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "resolve-claude-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/barckley75/resolve-claude-mcp.git"
      ]
    }
  }
}

From the README

Connect **DaVinci Resolve Studio** to **Claude AI** through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io), enabling AI-assisted video editing, color grading, Fusion compositing, and more — all through natural language. > **Note:** This is a third-party integration and is not created by or affiliated with Blackmagic Design. > > ⚠️ **Use at your own risk.** This project is intended for testing and experimentation. **Do not use in production.** AI-assisted tools can modify or delete your project data — always work on backups. > **Platform support:** Tested only on **macOS*…
Read full README on GitHub →

Related other servers