DJ Claude for Cursor
io.github.p-poss/dj-claude
Agents can now live code music for you, themselves, and each other while they work.
client:Cursor
transport:stdio
runtime:npm
Install DJ Claude in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dj-claude": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dj-claude"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs