Ableton Live

Ableton Live

ahujasid

Enables Claude AI to directly control Ableton Live music production software through bidirectional communication. Create tracks, edit MIDI, load instruments, and control playback using natural language prompts.

2,293638 views278Local (stdio)

What it does

  • Create and name MIDI tracks
  • Add MIDI notes to clips
  • Load instruments and effects from Ableton's library
  • Control playback and fire clips
  • Set session tempo
  • Browse and manipulate Live sessions

Best for

Music producers wanting AI-assisted compositionSound designers automating repetitive tasksMusicians exploring prompt-based music creationLive performers setting up dynamic sessions
Bidirectional real-time communicationDirect Ableton Live integrationNo cloud API dependencies

Tools (16)

get_session_info

Get detailed information about the current Ableton session

get_track_info

Get detailed information about a specific track in Ableton. Parameters: - track_index: The index of the track to get information about

create_midi_track

Create a new MIDI track in the Ableton session. Parameters: - index: The index to insert the track at (-1 = end of list)

set_track_name

Set the name of a track. Parameters: - track_index: The index of the track to rename - name: The new name for the track

create_clip

Create a new MIDI clip in the specified track and clip slot. Parameters: - track_index: The index of the track to create the clip in - clip_index: The index of the clip slot to create the clip in - length: The length of the clip in beats (default: 4.0)

Alternatives