DJ Claude is a music MCP server that enables multiple AI agents to collaborate in real-time over HTTP to create music together. It operates without the need for external services or API keys.
From the registry: Agents can now live code music for you, themselves, and each other while they work.

Please install the `dj-claude` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js version 18 or higher required. (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","dj-claude-mcp"]
- optional environment variables:
- `ANTHROPIC_API_KEY`: Enables AI generation from text prompts. Optional — tools work keyless via presets/direct Strudel code. (example: `<your-anthropic-api-key>`)
- `DJ_CLAUDE_BROWSER`: Set to 1 for higher quality browser audio backend. (example: `1`)
- `DJ_CLAUDE_PORT`: HTTP server port for multi-agent mode. (example: `4321`)
- `DJ_CLAUDE_MODEL`: Claude model name. (example: `claude-sonnet-4-6`)
- `DJ_CLAUDE_MAX_TOKENS`: Max response tokens. (example: `16384`)
Note: Also ships an HTTP transport variant (npx dj-claude-mcp-http) for multi-agent jam sessions. The stdio launcher is the canonical setup.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANTHROPIC_API_KEYEnables AI-generated music from text prompts.DJ_CLAUDE_BROWSERSet to 1 to route audio through your system browser's native Web Audio for higher quality sound.Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.