OSC MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connect_mixerB | Connect to the XR18 mixer at the given IP and port (default 10024). |
| assign_channel_nameB | Give a channel (1-18) a symbolic name, e.g. channel 1 = 'Kick'. |
| assign_bus_nameA | Give a bus (1-6) a symbolic name, e.g. bus 2 = 'Drummer'. |
| list_namesA | Show all current channel and bus name assignments. |
| set_channel_faderB | Set an input channel's fader level in dB. Channel can be a number (1-18) or name. |
| set_channel_muteA | Mute or unmute an input channel. Channel can be a number (1-18) or name. |
| get_channel_faderC | Query the current fader level of an input channel. |
| set_bus_faderB | Set a bus master fader level in dB. Bus can be a number (1-6) or name. |
| set_bus_muteA | Mute or unmute a bus. Bus can be a number (1-6) or name. |
| set_channel_send_to_busC | Set how much of a channel goes to a specific bus/monitor in dB. |
| get_channel_send_to_busB | Query the current send level from a channel to a bus. |
| set_main_faderB | Set the main LR output fader level in dB. |
| set_main_muteB | Mute or unmute the main LR output. |
| set_channel_eqB | Set EQ parameters for a channel band (1-4). |
| set_channel_eq_onB | Enable or disable EQ on a channel. |
| set_fx_send_faderB | Set an FX send fader level in dB (slot 1-4). |
| set_fx_send_muteA | Mute or unmute an FX send (slot 1-4). |
| get_mixer_infoB | Query mixer info via /xinfo. |
| send_raw_oscC | Send a raw OSC message. Escape hatch for any OSC command. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/darkwings/OSC_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server