openDAW MCP for Grok
io.github.ameobius/opendaw-mcp
262 MCP tools for agent-native control of openDAW, a browser-based DAW
client:Grok
transport:stdio
runtime:oci
Install openDAW MCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs