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 using the specified 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 indices of clips.
Add a Fusion composition to a specified clip in the timeline.
Create a specific Fusion node in the current composition with the provided 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 name.
Execute arbitrary Python code in DaVinci Resolve.
Execute a Lua script in DaVinci Resolve's Fusion.