Agents can now live code music for you, themselves, and each other while they work.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by DJ Claude.
play_presetPlay from the curated preset library (22 patterns across mood, genre, activity)
play_musicPlay music β via `prompt` (AI) or `code` (direct Strudel)
play_strudelEvaluate raw Strudel/Tidal code directly
set_vibeSet the mood β `chill`, `dark`, `hype`, `focus`, `funky`, `dreamy`, `weird`, `epic
live_mixAutonomous DJ set β via `prompt` (AI) or `stages_code` (array of Strudel)
jamAdd/update a layer β via `prompt` (AI) or `code` (direct Strudel)
The live music engine for AI agents.
DJ Claude is the only music MCP server with multi-agent collaboration. Multiple AI agents connect over HTTP and jam together in real-time β one adds drums, another layers bass, a third drops a melody β and everything composes automatically. It works in your terminal, browser, or as a Claude Code plugin with slash commands. No browser tab, no API key, no external services required.
Under the hood, DJ Claude uses Strudel β a live coding environment for music β to generate and play patterns in real time. 20 MCP tools, 3 resources, conductor mode, mix snapshots, 22 presets, and 8 vibes. Agents can make music for you, themselves, and each other while they work.
| Mode | Command | Description |
|---|---|---|
| Claude Code plugin | /plugin install dj-claude | Slash commands + MCP server, one-step install |
| Web app | claude.dj | Single-agent browser experience, no API key needed |
| Terminal TUI | npx dj-claude | Interactive terminal DJ |
| TUI + Web audio | npx dj-claude --browser | TUI with browser audio engine for higher quality sound |
| Headless | npx dj-claude --headless "lofi" | Script and automation friendly, plays and exits (--duration N to set seconds, default 10) |
| MCP server | npx dj-claude-mcp | For AI agent integration (Cursor, Windsurf, Zed, etc.) |
| MCP HTTP server | npx dj-claude-mcp-http | Multi-agent jam sessions over HTTP |
Terminal audio vs. browser audio: By default, the CLI and MCP server render audio through
node-web-audio-apiβ a Node.js reimplementation of the Web Audio API. It works everywhere with zero setup, but sample playback and effects can sound rougher than a real browser engine. Add--browser(CLI) or setDJ_CLAUDE_BROWSER=1(MCP) to route audio through your system browser's native Web Audio instead. This opens a background tab and produces noticeably higher quality sound β especially for pads, reverb, and layered patterns.
code/layers parametersOr install globally:
Or go headless for scripting:
The easiest way to use DJ Claude with Claude Code. Installs the MCP server and gives you slash commands.
| Command | Description |
|---|---|
/dj-claude:play [prompt] | Play music from a description |
/dj-claude:play-preset [name] | Play from 22 curated patterns |
/dj-claude:vibe [mood] | Set the vibe β chill, dark, hype, focus, funky, dreamy, weird, epic |
/dj-claude:live-mix [prompt] | Autonomous DJ set β 5-6 evolving stages in one turn |
/dj-claude:jam [role] [prompt] | Add a layer to the jam session (drums, bass, melody, etc.) |
/dj-claude:jam-clear [role] | Remove one or all layers from the jam |
/dj-claude:jam-status | Show all active jam layers |
/dj-claude:hush | Stop all music |
/dj-claude:now-playing | Check what's currently playing |
/dj-claude:strudel [code] | Evaluate raw Strudel code directly |
/dj-claude:browser | Switch between Node and browser audio backends mid-session |
/dj-claude:context [activity] | Set coding context so music adapts to your work |
/dj-claude:preview [role] [prompt] | Preview a jam layer without adding it |
/dj-claude:analyze | Analyze the mix for frequency balance and suggestions |
/dj-claude:conduct [directive] | Orchestrate a full band from a single directive |
/dj-claude:save [name] | Save the current mix as a named snapshot |
/dj-claude:load [name] | Restore a saved mix snapshot |
/dj-claude:list-saves | List all saved snapshots |
/dj-claude:export | Export current Strudel code with header comments |
/dj-claude:connect [port] | Start HTTP server and configure project for multi-agent jam sessions |
Or just ask naturally β Claude will call the right tool:
By default, Claude Code prompts for permission on every MCP tool call. To let DJ Claude play without interruptions, add this to .claude/settings.json:
For the full MCP tool reference, keyless operation guide, and multi-agent details, see docs/MCP.md.
If you prefer manual configuration, or want to use DJ Claude with other MCP clients (Cursor, Windsurf, Zed, etc.), add this to your .mcp.json:
For higher quality audio through the browser's Web Audio engine:
Every tool works without an API key β use the code/layers params to pass Strudel directly, or use play_preset/set_vibe for zero-effort music. Add ANTHROPIC_API_KEY to unlock AI generation from text prompts.
| Tool | Description | Keyless? |
|---|---|---|
play_preset | Play from the curated preset library (22 patterns across mood, genre, activity) | Yes |
play_music | Play music β via prompt (AI) or code (direct Strudel) | Yes, via code |
play_strudel | Evaluate raw Strudel/Tidal code directly | Yes |
set_vibe | Set the mood β chill, dark, hype, focus, funky, dreamy, weird, epic | Yes |
live_mix | Autonomous DJ set β via prompt (AI) or stages_code (array of Strudel) | Yes, via stages_code |
jam | Add/update a layer β via prompt (AI) or code (direct Strudel) | Yes, via code |
jam_clear | Remove one or all layers from the jam session | Yes |
jam_status | Show all active layers with their role names and code | Yes |
jam_preview | Preview a jam layer without adding it β via prompt or code | Yes, via code |
conduct | Orchestrate a full band β via directive (AI) or layers map | Yes, via layers |
conduct_evolve | Evolve layers β via directive (AI) or layers map | Yes, via layers |
mix_analysis | Analyze the mix for frequency balance, gains, and suggestions | Yes |
hush | Stop all music playback | Yes |
now_playing | Check what's currently playing | Yes |
switch_audio | Switch between Node and browser audio backends at runtime | Yes |
set_context | Set coding context so music adapts to your activity | Yes |
snapshot_save | Save the current mix as a named snapshot | Yes |
snapshot_load | Restore a previously saved snapshot | Yes |
snapshot_list | List all saved snapshots | Yes |
export_code | Export current Strudel code with header comments | Yes |
The server exposes Strudel knowledge as MCP resources so agents can learn the syntax and write their own code:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dj-claude)<a href="https://allmcps.com/mcp/dj-claude"><img src="https://allmcps.com/api/badge/dj-claude?style=directory" alt="DJ Claude on AllMCPs" /></a>