Back to Apps

MCP MIDI Control
Supports UIby theandrewstaker
Control MIDI gear via conversation. High-fidelity support for Fractal, ASM Hydrasynth, and generic USB MIDI devices.
0 stars
Works in:CursorWindsurfVS Code Copilot
Exposes:ToolsResources
What it does
MCP MIDI Control transforms your AI assistant into a MIDI controller. It allows you to build full guitar presets or synth patches using plain language, translating your intent into SysEx, NRPN, and CC messages sent over USB to your hardware.
Key features
- Hardware-Verified Depth: Specialized support for Fractal AM4, Axe-Fx II, and ASM Hydrasynth Explorer.
- Display-First Interface: Values are read and written using front-panel units (e.g., dB, ms, enum names) rather than raw wire bytes.
- Cross-Device Translation: Port tones between different guitar modelers by mapping block roles and vocabularies automatically.
- Safe-by-Default: No silent saves; the server requires explicit intent before persisting changes to hardware memory.
- Generic MIDI Primitives: Control any USB MIDI device using standard CC and Program Change messages.
Installation
- Claude Desktop (Windows): Download the release ZIP and run
setup.cmd. - Claude Desktop (macOS): Use the
.mcpbextension via Settings → Extensions or runnpm run setup-macfrom source. - Claude Code: Run
claude mcp add mcp-midi-control -- node /path/to/packages/server-all/dist/server/index.jsafter building.
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- Windsurf
- VS Code Copilot
Quick install
npm run setup-claude-desktopInformation
- Pricing
- free
- Published
- 7/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the server path to .cursor/mcp.jsonclaude-code
claude mcp add mcp-midi-control -- node /path/to/packages/server-all/dist/server/index.jsClaude Desktop
Run setup.cmd from the release ZIP or npm run setup-claude-desktop from source.





