superclean-mcp
Click on "Deploy 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., "@superclean-mcpStart a kick pattern on cv1 with a steady beat."
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.
superclean-mcp
MCP for Daniel M Karlsson's SuperClean SC pattern engine.
Layers on top of supercollider-mcp's OSC bridge — install setup.scd from that repo first, then use this MCP to control Pdefs, tempo, and hushing.
Install
git clone https://github.com/Ziforge/superclean-mcp
cd superclean-mcp
pip install -e .Same setup.scd install as supercollider-mcp — this MCP just uses the OSC bridge, no separate boot needed.
Related MCP server: sonic-mcp
Wire into Claude Code
{
"mcpServers": {
"superclean": {
"command": "superclean-mcp"
}
}
}Tools
Category | Tool | What it does |
Patterns |
| Define + play a Pdef |
Patterns |
| Stop by name |
Patterns |
| Stop + remove from registry |
Patterns |
| Stop all Pdefs (SuperClean muscle memory) |
Patterns |
| Enumerate all Pdefs + isPlaying state |
Patterns |
| Live-inject a key/value into a running Pdef |
Tempo |
| TempoClock.default |
Setup |
| Boot server + |
Setup |
| Load a .scd defining a SynthDef |
Example prompts
"Start a bass Pdef on cv3 that plays a random note from C minor every quarter"
"What Pdefs are currently running?"
"Push amp: 0.3 into the bass Pdef live"
"Hush everything, then start just the pad pattern"
"Set BPM to 137"
Attribution
SuperClean is Daniel M Karlsson's SuperCollider quark. This MCP wraps its Pdef surface as MCP tools; the SuperClean project itself lives at https://github.com/dmkarlsson/SuperClean.
Related MCPs
Repo | For |
Generic SC IDE bridge — this MCP depends on it | |
Korg Phase 8 | |
Expert Sleepers Disting NT | |
Expert Sleepers FH-2 | |
Expert Sleepers ES-9 | |
Embodme ERAE Touch II | |
Elektron devices |
License
GPL v2. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Producer/Riffusion AI music generation
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Related MCP Servers
- AlicenseDqualityDmaintenanceA Model Context Protocol server that allows AI assistants like Claude and Cursor to create music and control Sonic Pi programmatically through OSC messages.220 npm18MIT
- AlicenseAqualityDmaintenanceMCP server that connects Claude Code to Sonic Pi for AI-assisted beat making, enabling live code execution and pattern management.21MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to control SuperCollider audio synthesis via OSC, supporting melody, rhythm, and soundscape generation through MCP tools.25MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for controlling Renoise via OSC. Lets Claude compose music by writing patterns, triggering notes, and controlling playback.3-