MCP Music Studio
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Music Studioplay a jazz piano melody with drums"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Music Studio
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.
Quick Start — No Install Required
Paste this URL into any MCP client that supports remote servers:
https://mcp-music-studio.linxule.workers.dev/mcpClaude Desktop / claude.ai: Settings → Connectors → Add Connector → paste the URL above → done.
Claude Code:
claude mcp add --transport http music-studio https://mcp-music-studio.linxule.workers.dev/mcpThat's it — ask Claude to play a song or create a beat.
Related MCP server: Filopastry
What You Get
Scored Composition (ABC Notation)
Write sheet music → see it rendered → hear it played with multi-instrument audio.
8 style presets — rock, jazz, bossa, waltz, march, reggae, folk, classical — one parameter adds drums + bass + chord accompaniment
30 instruments — piano, strings, brass, woodwinds, synths — selectable by name
Visual sheet music — notes highlight as they play
Streaming render — sheet music appears as the AI types
WAV download — export audio as WAV files directly from the UI
get-music-guide— 7 reference topics (instruments, drums, ABC syntax, arrangements, genres, styles, MIDI directives)
Live Performance (Strudel)
Write code → hear it play → edit in a live REPL.
TidalCycles mini-notation in JavaScript
72 drum machine banks + 128 GM instruments + built-in synths
Full effects chain — filters, reverb, delay, FM synthesis
Editable REPL — users can tweak the code and hear changes instantly
Live visuals — add
.pianoroll()/.scope()/.spectrum()to animate behind the code (native strudel.cc overlay)Record & download — capture live audio and export as WAV
get-strudel-guide— 7 reference topics (mini-notation, sounds, effects, patterns, genres, tips, advanced)
Shared
search-music-docs— semantic search over strudel.cc and ABCJS documentation
Local Install (Optional)
The remote URL above works without any local setup. If you prefer running locally (offline use, lower latency), install via npm:
CLI One-Liners
# Claude Code
claude mcp add music-studio -- npx -y mcp-music-studio --stdio
# Codex CLI
codex mcp add -- npx -y mcp-music-studio --stdio
# Gemini CLI
gemini mcp add -- npx -y mcp-music-studio --stdio
# OpenCode
opencode mcp add music-studio -- npx -y mcp-music-studio --stdioJSON Config (Claude Desktop, Cursor, Windsurf, etc.)
OS | Path |
macOS |
|
Windows |
|
Linux |
|
{
"mcpServers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio"]
}
}
}Add to .vscode/mcp.json — note: uses "servers" not "mcpServers":
{
"servers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio"]
}
}
}Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio"]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio"]
}
}
}On Windows, npx is a .cmd file and requires a shell wrapper:
{
"mcpServers": {
"music-studio": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-music-studio", "--stdio"]
}
}
}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 |
| Inline UI for Claude Desktop, VS Code |
| Saves HTML and opens in system browser |
| Returns HTML as embedded resource |
{
"mcpServers": {
"music-studio": {
"command": "npx",
"args": ["-y", "mcp-music-studio", "--stdio", "--render-mode", "browser"]
}
}
}Tools
Tool | Description |
| ABC notation → visual sheet music + multi-instrument audio |
| Strudel code → live-coded patterns with synthesis + effects |
| ABC reference (7 topics: instruments, drums, syntax, genres...) |
| Strudel reference (7 topics: sounds, effects, patterns, genres...) |
| Semantic search over strudel.cc and ABCJS docs |
Prompts
Slash-command / menu entry points, in clients that surface MCP prompts:
Prompt | What it does |
| Generate + play a Strudel pattern in a genre (args: |
| Add chords/accompaniment to an ABC melody and play it (args: |
| Turn a melody/idea into a multi-voice arrangement (args: |
Development
bun install
bun run dev # watch + serve (hot reload)
bun run build # production build
bun run test # run testsAttribution
Forked from the Sheet Music Server example from MCP ext-apps by Anthropic, licensed under MIT.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI-powered music generation and live coding by providing direct control over Strudel.cc through browser automation. Supports pattern creation, audio analysis, and pattern storage for TidalCycles/Strudel music patterns.Last updated2739225AGPL 3.0
- FlicenseCqualityDmaintenanceEnables AI agents to generate, manipulate, and perform algorithmic music using Strudel.cc live coding environment. Provides 46+ tools for pattern generation across multiple genres, music theory operations, real-time audio analysis, and AI-powered composition.Last updated50
- Flicense-qualityBmaintenanceConnects Claude Code to SuperCollider for AI-driven music composition, supporting real-time playback and non-realtime audio rendering at 50-150x realtime speed.Last updated
- AlicenseAqualityDmaintenanceEnables conversational live coding with Claude AI and TidalCycles, allowing users to create and manipulate algorithmic music patterns through natural language.Last updated715MIT
Related MCP Connectors
Deterministic music theory for agents: analyze, voice, reharmonize, conduct — computed, not guessed
Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
MCP server for Producer/Riffusion AI music generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/linxule/mcp-music-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server