ableton-copilot-mcp
@xiaolaa2
About ableton-copilot-mcp
An MCP server built on ableton-js enables AI assistants to control Ableton Live in real time, including Arrangement View operations such as song management, track control, MIDI editing, and audio recording, along with other capabilities.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ableton-copilot-mcp": {
"command": "npx",
"args": [
"@xiaolaa2/ableton-copilot-mcp",
"--install-scripts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ableton-copilot-mcp?
An MCP (Model Context Protocol) server built on ableton-js for real-time interaction and control with Ableton Live's Arrangement View, dedicated to assisting music producers in their music production.
How to use ableton-copilot-mcp?
Launch Ableton Live and enable the AbletonJS Control Surface in Preferences → Link/MIDI. Then configure an MCP client (e.g., Cursor, Cherry Studio, or Claude Desktop) to run the server via npx -y @xiaolaa2/ableton-copilot-mcp. Optionally set the BASE_PATH environment variable for a custom storage location.
Key features of ableton-copilot-mcp
- Song info, track listing, and tempo control
- Create, delete, and duplicate MIDI/audio/return tracks
- Get, add, delete, and replace notes in clips
- Record track content based on time range
- Load and modify audio effects, instruments, and plugins
- Operation history with rollback support for note operations
Use cases of ableton-copilot-mcp
- Automate tedious MIDI clip edits like humanizing note properties
- Merge or duplicate clips across tracks
- Record one track’s output onto another audio track
- Quickly apply and tweak device parameters
- Roll back unwanted note changes via state management
FAQ from ableton-copilot-mcp
What are the prerequisites?
Node.js v20+ (with npx) and Ableton Live 12.1.10 (tested). 11.x and 10.x are not yet tested.
How do I install the MIDI Remote Scripts?
Run npx @xiaolaa2/ableton-copilot-mcp --install-scripts (or -is). Alternatively, let the AI call the init_ableton_js tool, or manually copy the AbletonJS folder into your Ableton User Library's Remote Scripts folder.
Can AI manipulation cause data loss?
Yes, direct AI manipulation of MIDI clips can overwrite original notes and cannot be undone with Ctrl+Z. Use the server’s rollback feature for note operations to restore previous states.
Which MCP clients are supported?
Cursor, Cherry Studio, Claude Desktop, and other MCP‑compatible clients.
Is this an official Ableton product?
No, this is a third‑party integration and is not made by Ableton.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments