For humans and agents
git clone https://github.com/lp-opul/music-mcp.git
cd Distro
npm install && npm run build
Open or create: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"distro-mcp": {
"command": "node",
"args": ["/path/to/Distro/dist/client.js"]
}
}
}
Replace /path/to/Distro with where you cloned it