Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Superclean

БесплатноНе проверен

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.

GitHubEmbed

Описание

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

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.

from github.com/Ziforge/superclean-mcp

Установка Superclean

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Ziforge/superclean-mcp

FAQ

Superclean MCP бесплатный?

Да, Superclean MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Superclean?

Нет, Superclean работает без API-ключей и переменных окружения.

Superclean — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Superclean в Claude Desktop, Claude Code или Cursor?

Открой Superclean на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Superclean with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development