Ableton Live AI Control
STDIOConnect Ableton Live to AI assistants for natural language control of music production.
Connect Ableton Live to AI assistants for natural language control of music production.
This tool connects Ableton Live to AI assistants like Claude and Cursor through the Model Context Protocol (MCP), allowing you to control Ableton Live with natural language commands.
This is an enhanced fork of the original AbletonMCP by Siddharth Ahuja, with significant improvements to make it easier to install and use.
If you're using Claude Desktop, the easiest way to install is with Smithery:
npx -y @smithery/cli install @itsuzef/ableton-mcp --client claude
This will automatically set up the MCP server in Claude Desktop. You'll still need to install the Ableton Remote Script (see Step 4 below).
If you don't have Python installed:
Download and install Python 3.10 or newer:
During installation, make sure to check "Add Python to PATH"
Open Terminal (Mac) or Command Prompt (Windows) and run these commands:
# Create a folder for AbletonMCP python -m venv ableton-mcp-env # On Mac/Linux: source ableton-mcp-env/bin/activate # On Windows: ableton-mcp-env\Scripts\activate # Install AbletonMCP pip install git+https://github.com/itsuzef/ableton-mcp.git
With the same Terminal/Command Prompt window open:
# Install the Remote Script to Ableton ableton-mcp install
If the automatic installation doesn't work, the tool will tell you where to manually place the files.
claude_desktop_config.json
:{ "mcpServers": { "AbletonMCP": { "command": "PATH_TO_YOUR_ENVIRONMENT/bin/ableton-mcp", "args": [ "server" ] } } }
Replace PATH_TO_YOUR_ENVIRONMENT
with the full path to where you created your environment. For example:
/Users/yourusername/ableton-mcp-env
C:\Users\yourusername\ableton-mcp-env
PATH_TO_YOUR_ENVIRONMENT/bin/ableton-mcp server
Replace PATH_TO_YOUR_ENVIRONMENT
as explained above.
Any AI tool that supports MCP can be connected by pointing it to the ableton-mcp server
command in your environment.
Note: If you installed via Smithery (Option 1), you can skip steps 1-3 and 5 of the manual installation. You only need to install the Ableton Remote Script (Step 4) and then you're ready to go!
source ableton-mcp-env/bin/activate
(Mac/Linux) or ableton-mcp-env\Scripts\activate
(Windows)ableton-mcp install
again or follow the manual installation instructionsIf you're still having issues, check the GitHub issues page or create a new issue with details about your problem.
For those comfortable with command line tools, AbletonMCP offers additional commands:
# Show version information ableton-mcp version # Show available MCP functions ableton-mcp info # Start the server with custom host/port ableton-mcp server --host 127.0.0.1 --port 8080
This project is based on the original AbletonMCP by Siddharth Ahuja. I've built upon that foundation to create an enhanced version with additional features and improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
This is a third-party integration and not made by Ableton.