openDAW MCP
About
262 MCP tools for agent-native control of openDAW, a browser-based DAW
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OPENDAW_HOST_DIR OPENDAW_URL OPENDAW_EXPORT_DIR NODE_BIN_DIRClaude Code
claude mcp add --env OPENDAW_HOST_DIR= --env OPENDAW_URL= --env OPENDAW_EXPORT_DIR= --env NODE_BIN_DIR= opendaw-mcp -- docker ghcr.io/ameobius/opendaw-mcp:1.13.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"opendaw-mcp","command":"docker","args":["ghcr.io/ameobius/opendaw-mcp:1.13.0"],"env":{"OPENDAW_HOST_DIR":"","OPENDAW_URL":"","OPENDAW_EXPORT_DIR":"","NODE_BIN_DIR":""}}'
JSON
{
"mcpServers": {
"opendaw-mcp": {
"command": "docker",
"args": [
"ghcr.io/ameobius/opendaw-mcp:1.13.0"
],
"env": {
"OPENDAW_HOST_DIR": "",
"OPENDAW_URL": "",
"OPENDAW_EXPORT_DIR": "",
"NODE_BIN_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.