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_ports

List available MIDI output ports.

open_midi_port

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

close_midi_port

Close the currently open MIDI port.

get_midi_status

Return current MIDI connection status.

send_note_on

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_off

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_cc

Send a MIDI Control Change message.

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

Send a MIDI Program Change message.

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

Send a MIDI Pitch Bend message.

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

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