Ableton MCP Extended MCP Server

Control Ableton Live using natural language via AI assistants

README.md

Ableton MCP Extended

Control Ableton Live using natural language via AI assistants like Claude or Cursor. This project provides a robust Model Context Protocol (MCP) server that translates natural language commands into precise actions within your Ableton Live session.


Video demonstration: https://www.youtube.com/watch?v=7ZKPIrJuuKk

This tool is designed for producers, developers, and AI enthusiasts who want to streamline their music production workflow, experiment with generative music, and build custom integrations with Ableton Live.

You can transform this conversation:

👤 "Create a brief minimalist/neo-classical composition in a style similar to Ólafur Arnalds'. (Ableton MCP) / I've loaded four MIDI tracks called "Noire" and "Noire (2) ["Emotional Felt" presets], "Noire (2) ["Reversed Felt" preset, for ambient background], and "Noire (3) ["Ethereal Felt" preset, also for ambient background]. All loaded with nice piano instruments. You have also a MIDI track called "Strings" with a nice string ensemble instrument loaded. Feel free to add new instruments and effects, if pertinent."
🤖 "Creating MIDI clips... Adding effects... Done!"
👤 "Then, use ElevenLabs MCP to create a spoken-word audio clip (default voice and settings) with a relevant poem in the style of “Jim Morrison” to accompany the composition."  
🤖 "Generating poem... Transforming it into speech... Importing it into your session... Done!"

Into this music production session:

https://github.com/user-attachments/assets/d6ef2de5-bdeb-4097-acc0-67d70f7f85b3


Key Features

This project provides comprehensive, programmatic control over the Ableton Live environment.

  • Session and Transport Control:

    • Start and stop playback.
    • Get session info, including tempo, time signature, and track count.
    • Manage scenes: create, delete, rename, and fire.
  • Track Management:

    • Create, rename, and get detailed information for MIDI and audio tracks.
    • Control track properties: volume, panning, mute, solo, and arm.
    • Manage track grouping and folding states.
  • MIDI Clip and Note Manipulation:

    • Create and name MIDI clips with specified lengths.
    • Add, delete, transpose, and quantize notes within clips.
    • Perform batch edits on multiple notes in a single operation.
    • Adjust clip loop parameters and follow actions.
  • Device and Parameter Control:

    • Load instruments and effects from Ableton's browser by URI.
    • Get a full list of parameters for any device on a track.
    • Set and batch-set device parameters using normalized values (0.0 to 1.0).
  • Automation and Envelopes:

    • Add and clear automation points for any device parameter within a clip. [This feature isn't working perfectly yet.]
    • Get information about existing clip envelopes.
  • Browser Integration:

    • Navigate and list items from Ableton's browser.
    • Load instruments, effects, and samples directly from a browser path or URI.
    • Import audio files directly into audio tracks or clip slots.
  • Voice & Audio Generation

    • Text-to-Speech Integration: Generate narration, vocal samples, or spoken elements through ElevenLabs MCP [included].
    • Custom Voice Creation: Clone voices for unique character in your tracks
    • Sound Effects: Create custom SFX with AI
    • Direct Import: Generated audio appears instantly in your Ableton session
  • Extensible Framework for Custom Tools

    • Example: XY Mouse Controller: Demonstrates creating custom Ableton controllers with the MCP framework
    • Ultra-Low Latency: High-performance UDP protocol enables responsive real-time control
    • Unlimited Possibilities: Build your own custom tools and controllers for Ableton Live

Quick Start (5 Minutes)

Prerequisites

  • Ableton Live 11+ (any edition)
  • Python 3.10 or higher
  • Claude Desktop or Cursor IDE

1. **Get the Code**

git clone https://github.com/uisato/ableton-mcp-extended.git
cd ableton-mcp-extended
pip install -e .

2. **Install Ableton Script**

  1. Find your Ableton Remote Scripts folder:
    • Windows: C:\Users\[You]\Documents\Ableton\User Library\Remote Scripts\
    • Mac: ~/Library/Preferences/Ableton/Live [Version]/User Remote Scripts/
  2. Create folder: AbletonMCP
  3. Copy AbletonMCP_Remote_Script/__init__.py into this folder

3. **Configure Ableton**

  1. Open Ableton Live
  2. Go to PreferencesLink, Tempo & MIDI
  3. Set Control Surface to "AbletonMCP"
  4. Set Input/Output to "None"

4. **Connect AI Assistant**

For Claude Desktop:

{
  "mcpServers": {
    "AbletonMCP": {
      "

Tools 4

session_controlManage Ableton Live transport and session scenes
track_managementCreate, rename, and control properties of MIDI and audio tracks
midi_manipulationCreate clips and perform note edits
device_controlLoad instruments/effects and set parameters

Try it

Create a new MIDI track, load a piano instrument, and add a 4-bar clip with a C major chord progression.
Set the volume of the 'Strings' track to -6dB and pan it 20% to the right.
Start playback, fire the first scene, and generate a spoken-word narration using ElevenLabs.
List all devices on the current track and set the filter cutoff parameter to 0.5.

Frequently Asked Questions

What are the key features of Ableton MCP Extended?

Programmatic control of Ableton Live transport and session scenes. Comprehensive track management including volume, panning, mute, and solo. Advanced MIDI clip and note manipulation. Direct loading of instruments and effects from Ableton browser. Integrated ElevenLabs text-to-speech for audio generation.

What can I use Ableton MCP Extended for?

Streamlining music production workflows with natural language commands. Experimenting with generative music and AI-assisted composition. Building custom MIDI controllers and performance tools. Automating repetitive mixing and arrangement tasks in Ableton Live.

How do I install Ableton MCP Extended?

Install Ableton MCP Extended by running: git clone https://github.com/uisato/ableton-mcp-extended.git && cd ableton-mcp-extended && pip install -e .

What MCP clients work with Ableton MCP Extended?

Ableton MCP Extended works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Ableton MCP Extended docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Open Conare