DaVinci Resolve MCP Server enables AI assistants like Claude to directly interact with and control DaVinci Resolve through its Python API. Built by apvlv, the server provides tools for project management, timeline manipulation, media organization, and Fusion integration, allowing users to programmatically create, modify, and inspect video editing projects through natural language commands.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get information about the current project.
Get a list of timelines in the current project.
Get information about the current timeline.
Get a list of folders in the media pool.
Get information about the current media pool folder.
Get a list of mounted volumes in the media storage.
Get the current status of the DaVinci Resolve connection.
Create a new DaVinci Resolve project with the specified name.
Load an existing DaVinci Resolve project by name.
Save the current DaVinci Resolve project.
Create a new timeline in the current project with the specified name.
Set the current timeline by index (1-based).
Import media files into the current media pool folder specified by file_paths.
Create a new folder in the current media pool folder with the specified name.
Create a new timeline from clips in the current media pool folder using the specified name and clip indices.
Add a Fusion composition to a clip in the timeline at the specified indices.
Create a specific Fusion node in the current composition with the given parameters.
Create a chain of connected Fusion nodes in the current composition.
Open a specific page in DaVinci Resolve (media, edit, fusion, color, fairlight, deliver) by page name.
Execute arbitrary Python code in DaVinci Resolve.
Execute a Lua script in DaVinci Resolve's Fusion.