Loading MCP server directory, please wait...
229 MCP tools for agent-native control of openDAW, a browser-based DAW
npx @getmcp/cli add io.github.AMEOBIUS/opendaw-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
OPENDAW_HOST_DIRPath to the headless openDAW host directory
OPENDAW_URLURL of the running openDAW Vite dev server
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AMEOBIUS/opendaw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENDAW_HOST_DIR",
"-e",
"OPENDAW_URL",
"-e",
"OPENDAW_EXPORT_DIR",
"-e",
"NODE_BIN_DIR",
"ghcr.io/ameobius/opendaw-mcp:1.8.0"
],
"env": {
"OPENDAW_HOST_DIR": "",
"OPENDAW_URL": "",
"OPENDAW_EXPORT_DIR": "",
"NODE_BIN_DIR": ""
}
}
}
}Web scraping for AI agents: fetch any page via proxy or full browser, past anti-bot defenses.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Fetch and process content from specified URLs using the Oxylabs Web Scraper API.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…