Skip to content
Cursor

openDAW MCP for Cursor

io.github.ameobius/opendaw-mcp

262 MCP tools for agent-native control of openDAW, a browser-based DAW

client:Cursor transport:stdio runtime:oci

Install openDAW MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opendaw-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ameobius/opendaw-mcp:1.13.0"
      ],
      "env": {
        "OPENDAW_HOST_DIR": "<OPENDAW_HOST_DIR>",
        "OPENDAW_URL": "<OPENDAW_URL>",
        "OPENDAW_EXPORT_DIR": "<OPENDAW_EXPORT_DIR>",
        "NODE_BIN_DIR": "<NODE_BIN_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openDAW MCP in other clients