MCP Directory
Back

live-coding-music-mcp

by williamzujkowski · TypeScript · ★ 216

A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.

Install

npx -y github:williamzujkowski/live-coding-music-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "live-coding-music-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:williamzujkowski/live-coding-music-mcp"
      ]
    }
  }
}

From the README

> 🎵 MCP server for AI-assisted live-coding music via [strudel.cc](https://strudel.cc/) > > **Unofficial fan project.** Not affiliated with, or endorsed by, the [Strudel project](https://codeberg.org/uzu/strudel). This adapter exists to make live-coding music accessible to beginners who want to try pattern-based music without learning the whole ecosystem first. > > **Status:** Beta | 86% statement coverage | Published to npm | Actively developed [](https://github.com/williamzujkowski/live-coding-music-mcp/actions) [](https://www.npmjs.com/package/@williamzujkowski/live-coding-music-mcp) […
Read full README on GitHub →

Related other servers