Morningstar MIDI MCP Server
Enables configuring Morningstar MIDI foot controllers using natural language, including switch mapping, MIDI CC lookup, conflict detection, and USB programming.
README
Morningstar MIDI MCP Server
A Model Context Protocol (MCP) server for configuring Morningstar Engineering MIDI foot controllers using natural language.
"I have an MC8 Pro and a Quad Cortex Mini. Put the tuner on long press bottom-left."
The server resolves the switch position, looks up the correct MIDI CC from the OpenMIDI database, checks for conflicts, and programs your controller via USB.
Features
- Configure Morningstar controllers using natural language through Claude
- 545+ device profiles from OpenMIDI — knows the MIDI implementation of hundreds of pedals, amps, and synths
- Physical layout mapping — say "bottom-left" instead of memorizing switch letters
- Conflict detection — warns before overwriting existing presets
- Supports MC3, MC6 MKII, MC6 Pro, MC8, and MC8 Pro
Tools
-
connect — Find and connect to a Morningstar controller via USB-MIDI
port_name(string, optional): MIDI port name. Auto-detects if omitted.
-
get_controller_info — Query controller model, firmware version, and capabilities
-
get_preset — Read the current state of a preset
preset(string, required): Switch letter (A–H) or position (top-left,bottom-right, etc.)
-
set_preset_message — Program a MIDI message onto a preset
preset(string, required): Switch letter or positionaction(string, required):press,release,long_press,double_tap, etc.type(string, required):CCorPCcc_number/cc_value(number, optional): CC parameterspc_number(number, optional): Program Change numberchannel(number, required): MIDI channel (0–15, where 0 = channel 1)slot(number, optional): Message slot 0–15. Auto-assigns if omitted.force(boolean, optional): Overwrite existing message in slot
-
set_preset_name — Rename a preset
preset(string, required): Switch letter or positionname(string, required): New namename_type(string, optional):short,toggle, orlong(default:short)
-
get_bank_name / set_bank_name — Read or rename the current bank
-
lookup_device — Search the OpenMIDI database for a device's MIDI implementation
device_name(string, required): Device name (e.g., "Quad Cortex", "Timeline", "HX Stomp")
-
display_message — Show text on the controller's LCD
text(string, required): Up to 20 charactersduration_ms(number, optional): Display duration in ms (default: 2000)
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"morningstar": {
"command": "npx",
"args": ["-y", "morningstar-midi-mcp"]
}
}
}
Claude Code
claude mcp add morningstar-midi-mcp -- npx -y morningstar-midi-mcp
Build from source
git clone --recurse-submodules https://github.com/Turik1/morningstar-midi-mcp.git
cd morningstar-midi-mcp
npm install
npm run build
Setup
1. Connect your controller
Connect your Morningstar controller to your computer via USB. The server auto-detects Morningstar devices.
2. Configure your rig (optional)
Create ~/.config/morningstar-mcp/setup.yaml to save your device setup:
controller: MC8 Pro
devices:
- name: Quad Cortex Mini
midi_channel: 1
- name: Strymon Timeline
midi_channel: 2
Without this file, you can tell Claude your setup in conversation.
Supported Controllers
| Model | Presets | Layout |
|---|---|---|
| MC3 | 3 | A B C |
| MC6 MKII | 6 | A B C / D E F |
| MC6 Pro | 6 | A B C / D E F |
| MC8 | 8 | A B C D / E F G H |
| MC8 Pro | 8 | A B C D / E F G H |
How It Works
The server communicates with Morningstar controllers using the SysEx protocol over USB-MIDI. It bundles the OpenMIDI database (maintained by Morningstar Engineering) containing MIDI CC/PC mappings for 545+ devices.
Since the SysEx protocol cannot read preset messages back from the controller, the server maintains a local shadow state at ~/.config/morningstar-mcp/state.json to track what has been written. Changes made outside this tool (e.g., via the Morningstar Web Editor) are not visible.
Development
npm install
npm test # Run tests (60 tests)
npm run build # Compile TypeScript
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。