LogoSTMCP
Download
davinci-resolve-mcp

DaVinci Resolve MCP Server

A Model Context Protocol (MCP) server that connects AI coding assistants like Cursor and Claude Desktop to DaVinci Resolve, enabling natural language control and querying of video editing workflows.

Tools

1. Get DaVinci Resolve version

Get the current version of DaVinci Resolve.

2. Get/switch current page

Get or switch the current page (Edit, Color, Fusion, etc.) in DaVinci Resolve.

3. List available projects

List all available projects in DaVinci Resolve.

4. Get current project name

Get the name of the currently open project.

5. Open project by name

Open a project by its name.

6. Create new project

Create a new project in DaVinci Resolve.

7. Save current project

Save the currently open project.

8. List all timelines

List all timelines in the current project.

9. Get current timeline info

Get information about the current timeline.

10. Create new timeline

Create a new timeline in the current project.

11. Switch to timeline by name

Switch to a timeline by its name.

12. Add marker to timeline

Add a marker to the current timeline.

13. List media pool clips

List all clips in the media pool.

14. Import media file

Import a media file into the media pool.

15. Create media bin

Create a new media bin in the media pool.

16. Add clip to timeline

Add a clip from the media pool to the timeline.

Open Graph image for DaVinci Resolve MCP Server

JSON Config

{
  "mcpServers": {
    "davinci-resolve": {
      "name": "DaVinci Resolve MCP",
      "command": "/path/to/your/venv/bin/python",
      "args": [
        "/path/to/your/davinci-resolve-mcp/src/main.py"
      ]
    }
  }
}

Useful Links

Information