X32/M32 MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@X32/M32 MCP ServerSet channel 1 volume to -10 dB and unmute it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
X32/M32 MCP Server
MCP server for controlling Behringer X32/M32 digital mixing consoles via OSC protocol.
When to Use This
Remote Mixing: Control your X32/M32 from anywhere on the network
Automated Setup: Quickly configure channels for rehearsals or shows
Batch Operations: Apply settings to multiple channels at once
Documentation: Query and document current mixer settings
Troubleshooting: Check mixer state without physical access
Live Adjustments: Make quick changes during performances via AI assistant
Related MCP server: OSC MCP Server
Features
32 input channels with volume, gain, mute, solo, EQ, pan control
16 mix buses for aux sends and monitor mixes
8 FX racks with parameter control
Main/monitor output control
Direct OSC parameter access for advanced users
Installation
npm install -g x-m32-mcp-serverOr from source:
git clone https://github.com/GoBeromsu/X32-MCP.git
cd X32-MCP
npm install && npm run buildMCP Client Configuration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"x32": {
"command": "npx",
"args": ["x-m32-mcp-server"]
}
}
}Connect to Mixer
connection_connect with host="192.168.1.100" and port=10023Available Tools (21 total)
Tool | Parameters |
Connection (4) | |
|
|
| - |
| - |
| - |
Channel (8) | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bus (4) | |
|
|
|
|
|
|
|
|
FX (3) | |
|
|
|
|
|
|
Main/Monitor (3) | |
|
|
|
|
|
|
Low-Level (2) | |
|
|
|
|
Quick Tips
Unity Gain: 0 dB = 0.75 linear (neutral, no boost/cut)
Safe Start: Begin with channel at -20 dB and muted
Channel Colors: Use colors to organize (red=vocals, blue=drums, etc.)
Bus Usage: 1-4 monitors, 5-6 FX sends, 7-8 recording, 9-16 IEM/matrix
Network: X32 uses port 10023, connect to same network as computer
Parameter Reference
Common Parameters
channel: 1-32bus: 1-16fx: 1-8unit: "linear" (0.0-1.0) or "db" (-90 to +10)muted/solo/bypass: true/falsepan: -100 to +100, "L50"/"C"/"R50", or 0.0-1.0color: "red", "green", "blue", etc. or 0-15band: 1-4 (EQ bands)parameter: "f" (frequency), "g" (gain), "q" (Q factor)
Value Ranges
Volume linear: 0.0-1.0 (unity = 0.75)
Volume dB: -90 to +10 (unity = 0 dB)
Gain: 0.0-1.0
FX parameter: 0.0-1.0
Channel name: max 12 characters
License
MIT
Support
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guycochran/X32-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server