mixxx (MCP Server)

GitHub

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mixxx": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mixxx"
      ]
    }
  }
}