Back to MCP Servers
Davinci Resolve
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
art-culture
By samuelgursky
Installation
npx -y davinci-resolve-mcpConfiguration
{
"mcpServers": {
"davinci-resolve-mcp": {
"command": "npx",
"args": ["-y", "davinci-resolve-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes