Strudel
БесплатноНе проверенEnables conversion between Strudel mini-notation patterns and MIDI notes, allowing Claude to generate and manipulate musical patterns and write them into Ableto
Описание
Enables conversion between Strudel mini-notation patterns and MIDI notes, allowing Claude to generate and manipulate musical patterns and write them into Ableton clips via integration with AbletonMCP.
README
An MCP server that exposes the Strudel
mini-notation engine (shared with the m4l-strudel device) as tools Claude can
call. Combine it with ableton-mcp so you can say things like "lay down a
bd(3,8) kick and a c5 [e5 g5]*2 bassline" and have Claude convert the
patterns and write them into Ableton clips.
Tools
| Tool | Input | Output |
|---|---|---|
strudel_to_midi |
pattern, bars, cycles, conv, octaveOffset, velocity |
JSON note events (pitch, start, duration in beats) + lengthBeats |
midi_to_strudel |
notes[], bars, grid, conv, octaveOffset |
mini-notation text |
strudel_validate |
pattern |
parse errors or "OK" |
conv = strudel (c5=60, default) or scientific (c4=60).
Run
pnpm install
pnpm test # engine contract tests (vitest)
pnpm start # launches the stdio MCP server (tsx src/server.ts)
Wire it into Claude
Add to the MCP config you pass to the Claude Code CLI (e.g. the mcp-config.json
that the m4l-claude device generates), alongside AbletonMCP:
{
"mcpServers": {
"AbletonMCP": { "command": "uvx", "args": ["ableton-mcp"] },
"strudel": {
"command": "npx",
"args": ["-y", "tsx", "C:/Users/jaime/src/livecam-m4l/tmp/mcp-strudel/src/server.ts"]
}
}
}
With both servers available, Claude can call strudel_to_midi to turn a pattern
into notes, then use AbletonMCP's clip/note tools to create the clip - the
m4l-strudel → mcp-strudel → ableton-mcp path, orchestrated in natural language.
Engine
src/lib/mini/ is the same parser/scheduler/unparser as the m4l-strudel
device (recursive-descent parser, Bjorklund euclidean rhythms, cycle scheduler,
grid quantizer). Keeping one engine means the device and the server always agree
on how a pattern sounds.
Установка Strudel
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/alienmind/mcp-strudelFAQ
Strudel MCP бесплатный?
Да, Strudel MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Strudel?
Нет, Strudel работает без API-ключей и переменных окружения.
Strudel — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Strudel в Claude Desktop, Claude Code или Cursor?
Открой Strudel на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Strudel with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
