samuelgursky/davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
Quick Start
Clone the repository:
git clone https://github.com/samuelgursky/davinci-resolve-mcpClaude Desktop configuration example:
{
"mcpServers": {
"davinci-resolve-mcp": {
"command": "npx",
"args": [
"-y",
"samuelgursky/davinci-resolve-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.