Odel
LivePilot

LivePilot

Local
@dreamrec67PythonUpdated 4 days ago

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).

npmlivepilotv1.10.4

Run

npx -y livepilot

MCP client config

{
  "mcpServers": {
    "livepilot": {
      "command": "npx",
      "args": [
        "-y",
        "livepilot"
      ]
    }
  }
}