Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

DaVinci Resolve MCP — Control Resolve via AI

MCP server for DaVinci Resolve Studio scripting: 31 compound tools (328 granular) with 100% API coverage; verified 1044★, pushed 2026-05-14.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Python|Git
Confianza
Confianza: Established
Entrada
git clone https://github.com/samuelgursky/davinci-resolve-mcp.git && cd davinci-resolve-mcp && python install.py
Comando CLI universal
npx tokrepo install f9602ba0-3d46-5ad0-ab8c-a4c01baf0ce6
Introducción

MCP server for DaVinci Resolve Studio scripting: 31 compound tools (328 granular) with 100% API coverage; verified 1044★, pushed 2026-05-14.

Best for: Editors who want agent-driven timeline edits, media organization, and render setup in Resolve

Works with: DaVinci Resolve Studio 18.5+ (external scripting) + Python 3.10–3.12; MCP clients like Claude Code/Cursor

Setup time: 20-45 minutes

Key facts (verified)

  • GitHub: 1044 stars · 123 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: git clone https://github.com/samuelgursky/davinci-resolve-mcp.git && cd davinci-resolve-mcp && python install.py.

Main

  • Use compound mode first: README recommends the 31-tool surface unless you need the full one-tool-per-method set.

  • Treat source media as immutable: README documents a “source media safety” posture and sidecar analysis outputs.

  • Validate Resolve settings: external scripting must be set to Local (Preferences → General) before connecting.

  • Keep context low: compound actions group operations behind parameters to reduce token use and tool chatter.

Source-backed notes

  • README shows python install.py as the primary installer and notes it can configure multiple MCP clients.
  • README lists two server modes: 31 compound tools vs 328 granular tools, with 100% API coverage claims in its stats section.
  • README documents Resolve requirements: Studio edition and external scripting enabled.

FAQ

  • Does it work with the free Resolve edition?: README states external scripting requires DaVinci Resolve Studio.
  • Which mode should I use?: Start with compound mode (31 tools). Switch to granular (328) only if you need method-level control.
  • What’s a safe first task?: List projects/timelines and read metadata first, then do writes like render settings after you’re confident.
🙏

Fuente y agradecimientos

Source: https://github.com/samuelgursky/davinci-resolve-mcp > License: MIT > GitHub stars: 1044 · forks: 123

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados