Music composition MCP server with style presets, 30 instruments, and sheet music.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Two-mode creative music studio for AI: scored composition (ABC notation with sheet music) and live performance (Strudel live coding with TidalCycles). Interactive UI renders inline in Claude Desktop, claude.ai, and other MCP clients.
Paste this URL into any MCP client that supports remote servers:
Claude Desktop / claude.ai: Settings β Connectors β Add Connector β paste the URL above β done.
Claude Code:
That's it β ask Claude to play a song or create a beat.
Write sheet music β see it rendered β hear it played with multi-instrument audio.
"sax" β Soprano Sax); the result text says what it actually resolved to when that isn't what you asked fortranspose rewrites the notation and the key signature, so the printed score matches what playsswing is the share of the beat given to its first half (50 = straight, 66 = triplet, 75 = max; β€50 is no swing), drumIntro adds up to 8 bars of count-in from the style's drum kitget-music-guide β 7 reference topics (instruments, drums, ABC syntax, arrangements, genres, styles, MIDI directives)Write code β hear it play β edit in a live REPL.
.pianoroll() / .punchcard() / .scope() / .spectrum() to animate behind the code (native strudel.cc overlay)await initHydra() + Hydra code for fully custom, music-synced WebGL visuals. H(pattern) locks a shader parameter to the sequence, feedStrudel post-processes the piano rolla.fft[0], a0(), a.setBins(6) and the rest of Hydra's audio API work verbatim, driven by Strudel's own output rather than the microphone (no permission prompt, no room noise)visuals preset β one enum value (pianoroll, punchcard, scope, spectrum, hydra-kaleid, hydra-pulse, hydra-wash, hydra-feed) gives a bare pattern something to paint. Never overrides code that already visualises itselftheme β 39 CodeMirror colour schemes; the visuals stage and its readability scrim are derived from the active theme, so light themes stay readableget-strudel-guide β 8 reference topics (mini-notation, sounds, effects, patterns, genres, tips, visuals, advanced)analyze-harmony β chord detection, key detection, progressions, chord scales; answers in both ABC chord symbols and Strudel chord()/note() formconvert-abc-to-strudel β take a scored melody into the live REPL: bars become mini-notation groups, durations become @ weights, chord symbols become a chord().voicing() linesearch-music-docs β semantic search over strudel.cc and ABCJS documentationThe remote URL above works without any local setup. If you prefer running locally (offline use, lower latency), install via npm:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Add to .vscode/mcp.json β note: uses "servers" not "mcpServers":
Add to ~/.cursor/mcp.json:
Add to ~/.codeium/windsurf/mcp_config.json:
On Windows, npx is a .cmd file and requires a shell wrapper:
Clients that support ext-apps render the interactive UI inline automatically (auto mode). For clients that don't (Cherry Studio, CLI environments), use --render-mode:
| Mode | Behavior |
|---|---|
auto (default) | Inline UI for Claude Desktop, VS Code |
browser | Saves HTML and opens in system browser |
html | Returns HTML as embedded resource |
Clients without a widget also get a click-to-play link in the tool result, served by the hosted worker β no local render mode needed.
--host, --allow-origin)Without --stdio the server listens over Streamable HTTP. That endpoint is unauthenticated, so it binds 127.0.0.1:3001 by default and only accepts browser requests from loopback origins.
| Flag | Default | Purpose |
|---|---|---|
--host ADDR | 127.0.0.1 | Bind address. A non-loopback value prints a warning and turns off the SDK's DNS-rebinding protection β put a proxy that authenticates in front of it |
--allow-origin ORIGIN | loopback pages only | Extra CORS origins (comma-separated, repeatable; * opts back into a wildcard) |
PORT (env) | 3001 | Listen port |
| Tool | Description | Parameters |
|---|---|---|
play-sheet-music | ABC notation β visual sheet music + multi-instrument audio | abcNotation, title?, instrument?, style?, tempo? (40β240), swing? (0β75), drumIntro? (0β8), transpose? (β12β12) |
play-live-pattern | Strudel code β live-coded patterns with synthesis + effects | code, title?, bpm? (40β300), autoplay?, visuals?, theme? |
get-music-guide | ABC reference (7 topics: instruments, drums, syntax, genres...) | topic |
get-strudel-guide | Strudel reference (8 topics: sounds, effects, visuals, genres...) | topic |
search-music-docs | Semantic search over strudel.cc and ABCJS docs | query, library (strudel | abcjs) |
analyze-harmony | Name a chord, guess the key, get a progression or chord scale β in ABC and Strudel spellings | task, notes?, chords?, key?, romanNumerals? |
convert-abc-to-strudel | Turn a scored ABC melody into a Strudel mini-notation pattern | abcNotation, voice?, sound? |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/music-studio)<a href="https://allmcps.com/mcp/music-studio"><img src="https://allmcps.com/api/badge/music-studio?style=directory" alt="Music Studio on AllMCPs" /></a>