317-tool agentic MCP production system for Ableton Live 12 — device atlas, sample engine, composer
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y livepilot
MCP client config
{
"mcpServers": {
"livepilot": {
"command": "npx",
"args": [
"-y",
"livepilot"
]
}
}
}