By jenkinsm13
MCP server with 295+ tools for DaVinci Resolve scripting API (v20.3) plus skills for preflight QC, color grading, delivery, Dolby Vision, timeline management, and more.
Verifies that resolve-mcp tools cover the full DaVinci Resolve scripting API surface. Finds missing API methods, undocumented parameters, and coverage gaps.
Reviews resolve-mcp code for bugs, convention violations, and API correctness. Focuses on tool registration patterns, error handling, and Resolve API usage.
Analyzes exported sRGB frames from DaVinci Resolve and recommends precise CDL adjustments for color correction.
Post-grading quality check for DaVinci Resolve timelines. Verifies all clips are graded and grades are consistent across the edit.
Senior colorist for DaVinci Resolve. Handles color grading workflows — node trees, LUTs, CDL values, color groups, gallery stills, grade copying, and look development. Use for any color-related task from basic correction to creative look building.
Archive a DaVinci Resolve project — export the .drp project file, media list, timeline markers, render queue status, and editorial notes as a complete archive package.
Bump the package version in pyproject.toml and publish to PyPI. Handles version increment, git tag, build, and upload in one step.
AI-powered color grading assistant. Exports the current frame in sRGB, visually analyzes it, and makes CDL adjustments directly on the Color page nodes. Works regardless of project color space (HDR, P3, ACES, etc.) because the frame is converted to sRGB for analysis — the color space LLMs are trained on.
One-command render and export from DaVinci Resolve. Accepts a preset name or shorthand like "h265 4k", "prores proxy", "youtube", "instagram".
Dolby Vision render pipeline — set DV profile version, run the analyzer, adjust midtone detail, and render. Specify version (8.4 default for social/streaming, 5 for cinema, 8.1 for broadcast).
Admin access level
Server config contains admin-level keywords
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
The most comprehensive MCP server for DaVinci Resolve. 295+ tools covering the complete DaVinci Resolve scripting API (v20.3) — control every aspect of Resolve from Claude, ChatGPT, or any MCP-compatible AI assistant.
resolve-mcp is a Model Context Protocol (MCP) server that exposes 295+ tools for controlling DaVinci Resolve through AI assistants like Claude, Claude Code, Cursor, Windsurf, ChatGPT, and any other MCP client.
It turns natural language into Resolve scripting API calls — letting you manage projects, edit timelines, grade color, render deliverables, manage media pools, control Fusion compositions, and more, all through conversation with an AI.
uvx resolve-mcp or pip install resolve-mcpPreferences → System → General → External scripting using = Networkbrew install ffmpeg (macOS) or apt install ffmpeg (Linux)# Using uvx (recommended — runs in isolated environment)
uvx resolve-mcp
# Using pip
pip install resolve-mcp
# Using pipx
pipx install resolve-mcp
# Install with the AI editing assistant (resolve-assistant) included
pip install resolve-mcp[assistant]
Add to your Claude Desktop MCP config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"resolve-mcp": {
"command": "uvx",
"args": ["resolve-mcp"]
}
}
}
Add to your project's .mcp.json:
{
"mcpServers": {
"resolve-mcp": {
"command": "uvx",
"args": ["resolve-mcp"]
}
}
}
Follow your editor's MCP server configuration docs, pointing to uvx resolve-mcp as the command.
To use the 3 Gemini-powered AI tools (resolve_analyze_timeline, resolve_add_markers, resolve_build_from_markers), set your Gemini API key:
{
"mcpServers": {
"resolve-mcp": {
"command": "uvx",
"args": ["resolve-mcp"],
"env": {
"GEMINI_API_KEY": "your-gemini-api-key-here"
}
}
}
}
Windows note: If
uvxis not on your system PATH, use the full path touvx.exe(e.g.,C:\\Users\\YOU\\.local\\bin\\uvx.exe) as the"command"value.
Get a free Gemini API key at aistudio.google.com.
resolve-mcp gives you 295+ tools for direct DaVinci Resolve control — projects, timelines, editing, color grading, rendering, Fusion, Fairlight, and more.
resolve-assistant is a separate MCP server that adds AI-powered automatic editing — point it at a folder of footage and give it an editing instruction, and it uses Google Gemini to watch every frame, plan the edit, and build the timeline in Resolve automatically.
They are independent MCP servers. You can use either one alone, or both together for the complete AI video editing toolkit. When used together, you get full manual control over Resolve (resolve-mcp) plus AI-driven footage analysis and automatic timeline building (resolve-assistant).
# Install resolve-mcp with the AI editing assistant included
pip install resolve-mcp[assistant]
# Or install them separately
pip install resolve-mcp
pip install resolve-assistant
MCP server + skills for Agisoft Metashape Professional 2.3+ — dense reconstruction, texturing, tile export, DEM/ortho generation, photogrammetry QA, and more.
MCP server + agents/skills for Blender 5.1+ — scene management, mesh operations, import/export, and photogrammetry terrain processing.
AI-powered video editing assistant using Gemini + DaVinci Resolve. Analyzes footage, plans edits, and builds timelines automatically.
npx claudepluginhub jenkinsm13/claude-plugins --plugin resolve-mcpEdit CapCut and JianYing projects from Claude Code — subtitles, timing, speed, volume, templates, cut long-form to shorts.
Full video production pipeline for Remotion — gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
[Beta] 動画・画像のフレーム抽出、Remotion レンダリング、仕様チェック、目視検証を行う汎用ビデオツールキット
The creative suite for AI agents — motion graphics, asset generation, and video rendering via Remotion + @oanim/core
FFmpeg CLI reference for video and audio processing, format conversion, encoding, filtering, and media automation
Claude Code skill pack for Runway (18 skills)