superclean-mcp
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., "@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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Ziforge/superclean-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server