Model Context Protocol (MCP) server configuration and tool manifest for Soundnode/soundnode-app
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"soundnode-app": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-soundnode-app"
]
}
}
}