MCP server integration for DaVinci Resolve Studio
Standard I/O
npx (run directly)
npx davinci-resolve-mcpAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"davinci-resolve-mcp": {
"args": [
"davinci-resolve-mcp"
],
"command": "npx"
}
}
}