by emicklei
interactive programming of melodies, producing MIDI
# Add to your Claude Code skills
git clone https://github.com/emicklei/melroseGuides for using mcp servers skills like melrose.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:36:58.988Z",
"npmAuditRan": true,
"pipAuditRan": true
}melrose is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by emicklei. interactive programming of melodies, producing MIDI. It has 210 GitHub stars.
Yes. melrose passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/emicklei/melrose" and add it to your Claude Code skills directory (see the Installation section above).
melrose is primarily written in Go. It is open-source under emicklei on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh melrose against similar tools.
No comments yet. Be the first to share your thoughts!
melrōse is a tool to create and play music by programming melodies.
It uses a custom language to compose notes and create loops and tracks to play.
This is an example of a simple major scale C.
sequence('c d e f g a b c5')
Note sequences in your program can be changed while playing giving you direct audible feedback.
For the best experience, use the melrōse tool together with the Visual Studio Code Plugin for Melrōse.
See also Blog post
See Build instructions.
melrōse is a tool to create music by programming melodies and uses a custom language to compose notes that are played with MIDI.
Note sequences in your program can be changed while playing which makes it possible to even use it for live performance.
For the best experience, use the melrōse together with the Visual Studio Code Plugin for Melrōse.
Read the documentation on how to use melrōse.
The language has reached version 1.0 since tool version v1.0.0 and therefore future changes will only extend it (1.x) and not introduce breaking changes.


melrose-mcp is a (server) tool that uses the MCP protocol to receive expressions to play.
See melrose-mcp for details how to install and use it.
Fixes, suggestions, documentation improvements are all welcome. Fork this project and submit small Pull requests. Discuss larger ones in the Issues list. You can also sponsor Melrōse via Github Sponsors.
Software is licensed under MIT. © 2026 ernestmicklei.com