Skip to main content
Glama
pnilan

midi-mcp

by pnilan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_midi_portsB

List available MIDI output ports.

open_midi_portA

Open a MIDI output port by name. Use list_midi_ports to see available ports.

close_midi_portB

Close the currently open MIDI port.

get_midi_statusB

Return current MIDI connection status.

send_note_onA

Send a MIDI Note On message.

Args:
    channel: MIDI channel (0-15)
    note: Note number (0-127). 60 = middle C.
    velocity: Velocity (0-127)
send_note_offA

Send a MIDI Note Off message.

Args:
    channel: MIDI channel (0-15)
    note: Note number (0-127)
    velocity: Release velocity (0-127, usually 0)
send_ccC

Send a MIDI Control Change message.

Args:
    channel: MIDI channel (0-15)
    control: CC number (0-127)
    value: CC value (0-127)
send_program_changeA

Send a MIDI Program Change message.

Args:
    channel: MIDI channel (0-15)
    program: Program number (0-127)
send_pitchwheelA

Send a MIDI Pitch Bend message.

Args:
    channel: MIDI channel (0-15)
    value: Pitch bend value (-8192 to 8191, 0 = center)
send_sysexB

Send a MIDI System Exclusive message.

Args:
    data: List of SysEx data bytes (0-127 each, without F0/F7 framing)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/pnilan/midi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server