superclean-mcp
MCP server that wraps Daniel M Karlsson's SuperClean SC pattern engine, enabling control of Pdefs, tempo, and hushing via Claude Code through an OSC bridge.
README
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.
Wire into Claude Code
{
"mcpServers": {
"superclean": {
"command": "superclean-mcp"
}
}
}
Tools
| Category | Tool | What it does |
|---|---|---|
| Patterns | play_pdef(name, pattern_code) |
Define + play a Pdef |
| Patterns | stop_pdef(name) |
Stop by name |
| Patterns | clear_pdef(name) |
Stop + remove from registry |
| Patterns | hush() |
Stop all Pdefs (SuperClean muscle memory) |
| Patterns | list_pdefs() |
Enumerate all Pdefs + isPlaying state |
| Patterns | set_pdef_key(name, key, value) |
Live-inject a key/value into a running Pdef |
| Tempo | set_tempo(bpm) / get_tempo() |
TempoClock.default |
| Setup | superclean_setup(numChannels, orbits) |
Boot server + ~clean = SuperClean.new |
| Setup | load_synthdef_file(path) |
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 |
|---|---|
supercollider-mcp |
Generic SC IDE bridge — this MCP depends on it |
phase8-mcp |
Korg Phase 8 |
disting-nt-mcp |
Expert Sleepers Disting NT |
fh2-mcp |
Expert Sleepers FH-2 |
es9-mcp |
Expert Sleepers ES-9 |
erae-mcp |
Embodme ERAE Touch II |
elektron-mcp |
Elektron devices |
License
GPL v2. See LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.