Melrōse - programming of music melodies
About
interactive programming of melodies, producing MIDI
Details
- Author
- emicklei
- GitHub stars
- 210
- Downloads
- 784
- Categories
- Media
Jump to
- Custom language for composing notes, sequences, loops, and tracks
- MIDI playback with support for live performance
- Note sequences can be changed while playing, giving instant audible feedback
- MCP integration allows AI‑driven music generation
- Visual Studio Code plugin for seamless editing
- Language version 1.0,
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Melrōse - programming of music melodiesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Melrōse and the separate melrose‑mcp server (refer to the melrose‑mcp repository for details). The MCP server accepts musical expressions via the MCP protocol and plays them immediately. For the best experience, use together with the Visual Studio Code Plugin for Melrōse.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"melr\u014dse - programming of music melodies": {
"melr\u014dse": {
"command": "<YOUR DIRECTORY TO THE BINARY>/melrose-mcp",
"args": []
}
}
}
}
McpServers
{
"melr\u014dse": {
"command": "<YOUR DIRECTORY TO THE BINARY>/melrose-mcp",
"args": []
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

