Back to Apps

Digitakt MIDI MCP
by feamster
Control Elektron Digitakt II via MIDI using MCP, including track triggering, parameter automation, and sequence export.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This MCP server provides deep integration with the Elektron Digitakt II, allowing an AI to control the hardware via MIDI. It enables the AI to trigger drums, automate filters, and orchestrate complex melodic sequences directly from the chat interface.
Tools
send_note: Trigger drum sounds on specific tracks.trigger_track: Convenience wrapper for one-shot sample triggering.send_cc: Adjust filters, envelopes, and effects via MIDI CC.send_program_change: Switch between patterns.send_note_sequence: Send rhythmic patterns programmatically.send_nrpn: Advanced parameter control (Trig Note, Velocity, Length).play_with_clock: Reliable playback by sending MIDI Start and Clock pulses.play_pattern_with_melody: Combine pattern playback with melodic sequences.save_last_melody: Export generated melodies to a MIDI file.send_sysex: Send raw System Exclusive messages for advanced programming.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"digitakt-midi": {
"command": "python3",
"args": ["/path/to/digitakt-midi-mcp/server.py"]
}
}
}
Supported hosts
- claude
Quick install
python3 server.pyInformation
- Pricing
- free
- Published
- 7/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"digitakt-midi": {"command": "python3", "args": ["/path/to/digitakt-midi-mcp/server.py"]}}}





