DaVinci Resolve MCP
Full coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
DaVinci Resolve MCP is a community project by solo maintainer Samuel Gursky that exposes the entire DaVinci Resolve scripting API to Claude. The scope is extremely broad: full control over video timelines, colour grading, media import/export, and rendering. This means filesystem access (reading and writing media files), potential shell execution for rendering, and desktop-level control of a professional video editing application. The install is a custom Python script rather than a standard package manager, which raises supply chain concerns. The repository appears open source with reasonable documentation, but it's a one-person project with no organisational backing. There are no known security incidents, but the combination of broad permissions, custom install, and solo maintenance makes this a moderate-risk integration for production environments. Suitable for personal projects where you control the environment.
Lethal Trifecta (prompt-injection exposure)
CLEARLocal video editor.
Green flags
- Open source repository with visible code for inspection
- Targets specific professional application with documented API
- No known security incidents or malicious behaviour
- Clear documentation of capabilities and use cases
Red flags
- Custom install.py script instead of standard package manager
- Full control of DaVinci Resolve including filesystem and rendering operations
- Solo maintainer with no organisational backing or bus factor mitigation
- Broad API surface covering entire Resolve scripting interface
- No versioned releases or package distribution for rollback safety
Permissions requested
Install
python install.py
Review
Install this if you're a Resolve Studio user who spends time on repetitive edits or batch operations. Skip it if you're on the free version or you don't already know your way around Resolve's interface. The API coverage is comprehensive, but you need to know what you're asking for.
Good at
- Full API coverage means you can automate nearly any Resolve operation, not just a curated subset.
- Chaining operations in one prompt (import, edit, grade, render) saves enormous time on batch workflows.
- Works directly with Resolve's native Python API, so it's stable and doesn't rely on fragile UI automation.
- Colour grading automation is genuinely useful for applying consistent looks across multiple clips or projects.
Watch out
- Requires DaVinci Resolve Studio (paid version), so the free version's large user base is locked out.
- Resolve must be running with a project open before any commands work, which isn't obvious from the docs.
- Error messages from the Resolve API can be vague, making it hard to debug failed operations without API knowledge.
- Some advanced operations need precise project states or settings, so you'll spend time learning what works in which context.
Use cases
- timeline editing
- colour grading automation
- media import and export
- rendering
Getting started
Works with
Similar MCPs
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.
- Manim MCPExecutes Manim scripts to render mathematical animations from natural language, returning the generated video files.