Ableton Live Control
Enables programmatic control of Ableton Live using natural language to manage session transport, tracks, MIDI clips, and device parameters. It also integrates ElevenLabs for AI-generated audio and provides a high-performance framework for real-time p
What is Ableton Live Control?
Ableton Live Control is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables programmatic control of ableton live using natural language to manage session transport, tracks, midi clips, and device parameters. it also integrates elevenlabs for ai-generated audio and pro...
Enables programmatic control of Ableton Live using natural language to manage session transport, tracks, MIDI clips, and device parameters. It also integrates ElevenLabs for AI-generated audio and provides a high-performance framework for real-time p
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enables programmatic control of Ableton Live using natural l
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ableton-mcp-extendedConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Ableton Live Control
Ableton MCP Extended is a Python-based MCP server that bridges AI assistants like Claude directly into Ableton Live, allowing you to control transport, manage tracks, create and edit MIDI clips, adjust device parameters, and even generate audio via ElevenLabs — all through natural language. It works by installing a Remote Script inside Ableton Live that opens a local socket, which the Python MCP server connects to and translates into MCP tool calls. This makes it possible to compose music, build arrangements, and tweak synthesis parameters conversationally without touching the Ableton UI.
Prerequisites
- Ableton Live 11 or later installed on your machine
- Python 3.10 or later installed
- Claude Desktop or another MCP client
- An ElevenLabs API key (optional, only required for voice/audio generation features)
- Git for cloning the repository
Clone the repository and install dependencies
Clone the project from GitHub and install it as an editable Python package so the MCP server script is available.
git clone https://github.com/uisato/ableton-mcp-extended.git
cd ableton-mcp-extended
pip install -e .Install the Ableton Remote Script
Create an 'AbletonMCP' folder inside your Ableton User Library Remote Scripts directory and copy the Remote Script file into it. On Mac: ~/Music/Ableton/User Library/Remote Scripts/AbletonMCP/. On Windows: C:\Users\<You>\Documents\Ableton\User Library\Remote Scripts\AbletonMCP\.
# Mac example
mkdir -p ~/Music/Ableton/User\ Library/Remote\ Scripts/AbletonMCP
cp ableton-mcp-extended/AbletonMCP_Remote_Script/__init__.py \
~/Music/Ableton/User\ Library/Remote\ Scripts/AbletonMCP/Activate the Remote Script in Ableton Live
Open Ableton Live and go to Preferences > Link/Tempo/MIDI. In the Control Surface dropdown, select 'AbletonMCP'. Set both Input and Output to 'None'. Close Preferences — Ableton will now listen for connections from the MCP server.
Configure Claude Desktop
Edit claude_desktop_config.json to point to the MCP server Python script. Use the absolute path to server.py inside the cloned repository.
{
"mcpServers": {
"AbletonMCP": {
"command": "python",
"args": ["/absolute/path/to/ableton-mcp-extended/MCP_Server/server.py"]
}
}
}Add ElevenLabs integration (optional)
If you want AI-generated audio and voice cloning, add a second MCP server entry for ElevenLabs, supplying your API key in the env block.
{
"mcpServers": {
"ElevenLabs": {
"command": "python",
"args": ["/path/to/elevenlabs_mcp/server.py"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop and start composing
Restart Claude Desktop to load the new MCP configuration. Open Ableton Live with a project, then ask Claude to create tracks, add MIDI clips, or adjust device parameters.
Ableton Live Control Examples
Client configuration
claude_desktop_config.json entry for Ableton MCP Extended pointing to the local Python server script.
{
"mcpServers": {
"AbletonMCP": {
"command": "python",
"args": ["/Users/yourname/ableton-mcp-extended/MCP_Server/server.py"]
}
}
}Prompts to try
Example natural language prompts to control Ableton Live through Claude.
- "Create a new MIDI track and load a grand piano instrument."
- "Add a 4-bar drum beat clip on track 2 at 120 BPM."
- "Mute all tracks except the bass and kick."
- "Set the reverb decay parameter on track 3 to 0.6."
- "Create a minimal neo-classical composition in the style of Ólafur Arnalds across 4 tracks."Troubleshooting Ableton Live Control
Claude Desktop cannot connect to Ableton — 'Connection refused' or server not found
Confirm Ableton Live is running with the AbletonMCP Remote Script activated in Preferences > Link/Tempo/MIDI. The Remote Script opens a local socket on startup; if Ableton is not running, the MCP server has nothing to connect to.
Remote Script does not appear in Ableton's Control Surface list
Verify the folder is named exactly 'AbletonMCP' (case-sensitive on Mac) and contains __init__.py. Restart Ableton Live after copying the file — it scans for Remote Scripts only on startup.
ElevenLabs voice generation fails or returns errors
Check that ELEVENLABS_API_KEY is set correctly in the ElevenLabs MCP server env config. Ensure your ElevenLabs plan supports the voice/model you are requesting and that you have remaining character quota.
Frequently Asked Questions about Ableton Live Control
What is Ableton Live Control?
Ableton Live Control is a Model Context Protocol (MCP) server that enables programmatic control of ableton live using natural language to manage session transport, tracks, midi clips, and device parameters. it also integrates elevenlabs for ai-generated audio and provides a high-performance framework for real-time p It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Ableton Live Control?
Follow the installation instructions on the Ableton Live Control GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Ableton Live Control?
Ableton Live Control works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Ableton Live Control free to use?
Yes, Ableton Live Control is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Ableton Live Control Alternatives — Similar Developer Tools Servers
Looking for alternatives to Ableton Live Control? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Ableton Live Control in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Ableton Live Control?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.