resolve-mcp
Related Servers
Alternatives to resolve-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to control DaVinci Resolve (Free and Studio) through natural language, providing 162 tools for timeline editing, color grading, rendering, and more. Includes local AI replacements for Studio-only features like voice isolation, background removal, and transcription.MIT
- AlicenseBqualityFmaintenanceEnables AI-driven DaVinci Resolve 21 automation with 88 tools for project management, timeline editing, color grading, AI analysis, rendering, and dailies creation.882MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to control DaVinci Resolve (Free and Studio) through 215 MCP tools covering the full Resolve scripting API, including projects, timelines, media, Fusion, color, and rendering.145 PyPI1MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to control DaVinci Resolve Studio via MCP, providing full scripting API coverage plus workflow helpers for editing, media organization, rendering, grading, and more.16,632 npmMIT
- AlicenseBqualityCmaintenanceEnables AI-driven video editing and color grading in DaVinci Resolve, including beat-synced cuts, algorithmic 3D LUT generation, media transcoding, and hands-free playback control through natural language.212MIT
- AlicenseBqualityBmaintenanceEnables natural language control of DaVinci Resolve, allowing Claude to browse projects, edit timelines, apply color grades, render exports, and perform AI-powered frame analysis via Moondream.7712MIT
TDQS
Scored across 132 tools
Most tools are organized around distinct Resolve subdomains (media pool, timeline, color, render, Fusion, UI), and descriptions clearly separate timeline markers from clip markers, or gallery stills from frame export. The main ambiguity is the cluster of code-execution tools (resolve_exec, fusion_lua, fusion_page_lua, resolve_inspect) and similar-sounding pairs like clip_relink/proxy_link or still_export/frame_export, but these are adequately differentiated in text.
The set overwhelmingly follows a resource_action pattern (clip_delete, timeline_create, project_save, render_start, track_add, version_load), which is easy to predict. It is not a perfect 5 because retrieval operations alternate between _list, _get, and bare plural nouns (clip_list vs markers_get vs timeline_items vs storage_volumes), and a few actions invert to verb_object (insert_title, detect_scene_cuts).
132 tools is far beyond even the 16-25 'heavy' band and will overwhelm an agent's tool-selection and context budget. Although the domain (DaVinci Resolve) is broad and each tool maps to a real API operation, the surface should be split into smaller focused servers or curated to the core workflows.
The tool surface covers the full lifecycle across projects, media pool bins/clips, timelines/tracks, markers, color grading, Fusion comps, render queue, and even UI automation, so there are no obvious dead ends. Minor gaps remain, such as no dedicated timeline clip move/trim or undo/audio-mix tools, though resolve_exec can fill those gaps.