Skip to content

Releases: peterkolbe/ableton-for-ai

v0.1.7

15 May 14:27

Choose a tag to compare

Ableton for AI v0.1.7

Install

pip install ableton-for-ai==0.1.7

Or use directly via uvx:

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

Full Changelog: v0.1.6...v0.1.7

v0.1.6

15 May 13:48

Choose a tag to compare

Ableton for AI v0.1.6

Install

pip install ableton-for-ai==0.1.6

Or use directly via uvx:

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

Full Changelog: v0.1.5...v0.1.6

v0.1.5

15 May 13:39

Choose a tag to compare

Ableton for AI v0.1.5

Install

pip install ableton-for-ai==0.1.5

Or use directly via uvx:

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

Full Changelog: v0.1.4...v0.1.5

v0.1.4

29 Apr 14:20

Choose a tag to compare

Ableton for AI v0.1.4

Install

pip install ableton-for-ai==0.1.4

Or use directly via uvx:

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

Full Changelog: v0.1.3...v0.1.4

v0.1.3

29 Apr 13:49

Choose a tag to compare

Ableton for AI v0.1.3

Install

pip install ableton-for-ai==0.1.3

Or use directly via uvx:

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Apr 13:30

Choose a tag to compare

Ableton for AI v0.1.2

Install

pip install ableton-for-ai==0.1.2

Or use directly via uvx:

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

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Apr 12:50

Choose a tag to compare

Ableton for AI v0.1.1

Install

pip install ableton-for-ai==0.1.1

Or use directly via uvx:

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

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initial Public Release

29 Apr 10:34

Choose a tag to compare

The first public release of Ableton for AI - a bridge between Ableton Live and AI models via MCP.
Features:

  • MCP Server with real-time tools (get_overview, get_track, analyze_stems, set_device_parameter, mixer controls)
  • MCP Resources for audio summaries (JSON) and spectrograms (WebP)
  • OSC Daemon (JSON-RPC over TCP to OSC over UDP bridge)
  • Audio Analysis Pipeline (LUFS, RMS, Peak, stereo correlation, band energy, transient detection)
  • Spectrogram Generation (WebP, optimized for AI consumption)
  • CLI Interface for use with any LLM
    Requirements:
  • Ableton Live with AbletonOSC installed
  • Python 3.11+
  • uv (recommended) or pip
    See README.md for full setup instructions.