Ableton MCP enables AI assistants to control Ableton Live music production software through a bidirectional communication system. It consists of a Remote Script that runs within Ableton Live and exposes a socket server, paired with a Python MCP server that translates commands into actions. The implementation supports a wide range of music production operations including creating tracks and clips, adding MIDI notes, controlling playback, loading instruments, and browsing the Ableton library. Developed by Siddharth Ahuja, this integration is particularly valuable for AI-assisted music composition, production workflows, and automated sound design without leaving the conversation interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Create a new MIDI track with a specified instrument. Parameters: instrument (string)
Add an effect to a specified track. Parameters: effect (string), track (string)
Create a 4-bar MIDI clip with a simple melody or specified notes. Parameters: notes (optional string)
Get information about the current Ableton session.
Load a specified instrument into the selected track. Parameters: instrument (string)
Add a chord progression to a specified clip in a track. Parameters: progression (string), track (string)
Set the tempo of the session. Parameters: tempo (integer in BPM)
Play a specified clip in a track. Parameters: track (string)