x32-mcp-server

elisha-rudenkov/x32-mcp-server
★ 3 stars TypeScript AI/LLM Updated today
MCP server for Behringer X32 digital mixer via OSC — fork/rewrite of anteriovieira/osc-mcp-server with expanded coverage (full channel strips, buses, matrix, DCAs, FX chain, user routing with decoded labels, physical outputs)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "x32-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "elisha-rudenkov/x32-mcp-server"
      ]
    }
  }
}