Server data from the Official MCP Registry
207 MCP tools for agent-native control of openDAW, a browser-based DAW
207 MCP tools for agent-native control of openDAW, a browser-based DAW
The openDAW MCP server is a sophisticated music production tool with legitimate use cases, but it exhibits several security concerns that users should be aware of. The code performs real operations on a DAW via Playwright/V8 evaluation, requires careful environment configuration, and has some input validation gaps and potentially unsafe file operations. Permissions are appropriately scoped for the stated purpose (controlling a DAW), but the eval-based architecture and incomplete code review (file truncated) prevent a higher score. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).
4 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENDAW_HOST_DIR
Environment variable: OPENDAW_URL
Environment variable: OPENDAW_EXPORT_DIR
Environment variable: NODE_BIN_DIR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ameobius-opendaw-mcp": {
"env": {
"OPENDAW_URL": "your-opendaw-url-here",
"NODE_BIN_DIR": "your-node-bin-dir-here",
"OPENDAW_HOST_DIR": "your-opendaw-host-dir-here",
"OPENDAW_EXPORT_DIR": "your-opendaw-export-dir-here"
},
"args": [
"opendaw-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.