livepilot for Cursor
io.github.dreamrec/livepilot
317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer
client:Cursor
transport:stdio
runtime:npm
Install livepilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"livepilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs