AbletonMCP Enhanced

AbletonMCP Enhanced

Connects Ableton Live to AI assistants through Model Context Protocol (MCP), enabling natural language control of music production tasks like track creation, MIDI editing, instrument loading, and playback control.

Category
Visit Server

README

AbletonMCP Enhanced - AI Control for Ableton Live

smithery badge

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.

What You Can Do With This Tool

  • Create and manipulate MIDI and audio tracks
  • Load instruments, effects, and sounds from Ableton's library
  • Create and edit MIDI clips with notes
  • Control playback (start, stop, fire clips)
  • Adjust device parameters (like EQ settings)
  • And much more!

Quick Start Guide for Music Producers

Option 1: Install via Smithery (Easiest)

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).

Option 2: Manual Installation

Step 1: Install Python (One-time setup)

If you don't have Python installed:

  1. Download and install Python 3.10 or newer:

  2. During installation, make sure to check "Add Python to PATH"

Step 2: Install AbletonMCP (One-time setup)

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

Step 3: Install the Ableton Remote Script (One-time setup)

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.

Step 4: Set Up Ableton Live (One-time setup)

  1. Launch Ableton Live
  2. Go to Preferences → Link, Tempo & MIDI
  3. In the Control Surface dropdown, select "AbletonMCP_Remote_Script"
  4. Set Input and Output to "None"
  5. Click "OK" to save settings

Step 5: Connect to Your AI Assistant

For Claude Desktop:

  1. Go to Claude → Settings → Developer → Edit Config
  2. Add this to your 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:

  • Mac: /Users/yourusername/ableton-mcp-env
  • Windows: C:\Users\yourusername\ableton-mcp-env

For Cursor:

  1. Go to Cursor Settings → MCP
  2. Add this command:
PATH_TO_YOUR_ENVIRONMENT/bin/ableton-mcp server

Replace PATH_TO_YOUR_ENVIRONMENT as explained above.

For Other AI Tools:

Any AI tool that supports MCP can be connected by pointing it to the ableton-mcp server command in your environment.

Step 6: Start Creating Music with AI!

  1. Open Ableton Live
  2. Open your AI assistant (Claude, Cursor, etc.)
  3. Start asking your AI to control Ableton!

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!

Example Commands to Try

  • "Create a new MIDI track with a synth bass instrument"
  • "Add reverb to track 1"
  • "Create a 4-bar MIDI clip with a simple melody"
  • "Load a drum rack into track 2"
  • "Add a jazz chord progression to the clip in track 1"
  • "Set the tempo to 120 BPM"
  • "Play the clip in track 2"
  • "Apply a low cut EQ preset to track 1"

Troubleshooting

Connection Issues

  • Make sure Ableton Live is running before using AI commands
  • Check that the Remote Script is enabled in Ableton's MIDI preferences
  • Restart both Ableton and your AI assistant if you're having connection problems

Common Errors

  • "Command not found": Make sure you've activated your environment with source ableton-mcp-env/bin/activate (Mac/Linux) or ableton-mcp-env\Scripts\activate (Windows)
  • "Could not connect to Ableton": Ensure Ableton is running and the Remote Script is enabled
  • "Remote Script not found": Try running ableton-mcp install again or follow the manual installation instructions

Getting Help

If you're still having issues, check the GitHub issues page or create a new issue with details about your problem.

Advanced Usage

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

Acknowledgments

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This is a third-party integration and not made by Ableton.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured