Odel
Ableton for AI

Ableton for AI

Local
@peterkolbePythonMITUpdated 3mo ago

Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.

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

PyPIableton-for-aiv0.1.2

Run

uvx ableton-for-ai

MCP client config

{
  "mcpServers": {
    "ableton-for-ai": {
      "command": "uvx",
      "args": [
        "ableton-for-ai"
      ]
    }
  }
}