BankMCPβ’: your AI can now read your bank. Self-hosted, read-only MCP server for your own bank accounts via open banking (Enable Banking). Standard MCP; tested with Claude and Ollama.
MCP server for controlling Ableton Live
This repo exposes Ableton Live through Model Context Protocol so an agent can manage songs, tracks, clips, notes, devices, and recording. It uses ableton-js under the hood and includes a CLI plus local storage for logs, history, and state snapshots.
Builders who want their MCP client to control Ableton Live during music production.
You can ask an agent to handle Ableton Live editing work like track setup, MIDI changes, and recording without doing each step by hand.
What it does
Song control
Gets song info, lists tracks, creates MIDI, audio, and return tracks, and deletes or duplicates tracks.
Track management
Reads clips in a track, creates empty MIDI clips, creates audio clips from sample paths, and changes track properties like mute, color, name, arm, and solo.
Clip operations
Reads notes in piano roll clips, adds, deletes, and replaces notes, and changes clip properties such as name, color, and looping.
Audio recording
Records track content over a chosen time range.
Device management
Loads devices and plugins, changes device parameters, and browses the device library.
State tracking
Stores operation history, logs actions, and supports rollback for note operations and restoring previous states.
How to get it
- 1Method 1: One-line installation (Recommended)
npx @xiaolaa2/ableton-copilot-mcp --install-scripts # or use the short form npx @xiaolaa2/ableton-copilot-mcp -is
README
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.
π― Note
As a music producer, I have some understanding of using Ableton for music creation. During the creative process, we often need to handle various tedious operations, such as humanizing note properties, merging notes, recording one track to another audio track, etc. Previously, we could only rely on the functions provided by the host DAW for these operations. However, with the emergence of large language models and MCP, we now have the possibility to let AI help us with automation. Although it's still not realistic for AI to directly generate notes or create a complete song (it can't generate a good-sounding song), having AI assist us with auxiliary operations presents a new possibility.
π₯ Demo
This is a simple demonstration video of MIDI operations.
https://github.com/user-attachments/assets/8d635c4c-a1f2-44be-93ae-062038d14c71
π Features
π΅ Song Control
- Get basic song information (root note, scale name, tempo, song length, etc.)
- Get a list of all tracks
- Create MIDI, audio, and return tracks
- Delete and duplicate tracks
πΉ Track Management
- Get all clips in a track
- Create empty MIDI clips in the arrangement view tracks
- Create audio clips in tracks based on provided sample file paths
- Set track properties (mute, color, name, arm, solo, etc.)
- Duplicate MIDI clips to specified tracks
πΌ Clip Operations
- Get clips in the piano roll view
- Get and manage all notes in a clip
- Add, delete, and replace notes in clips
- Set clip properties (name, color, looping, loop_start, loop_end, etc.)
π§ Audio Operations
- Supports recording track content based on time range
π Device Management
- Load audio effects, instruments and plugins
- Modify device parameters
- Browse available devices in the library
π State Management
- Operation history tracking and detailed logging
- Support for operation rollback (currently only supports note operations)
- Browse and restore previous states
π To-Do List
- Support automatic envelope adjustment
- Support more snapshot types (track properties, device parameters, etc.)
β οΈ Warning
- Direct manipulation of MIDI clips by AI may result in the loss of original notes and cannot be undone with Ctrl + Z. Please operate with caution. If needed, you can ask the AI to help you roll back note operations.
π₯ Installation
Prerequisites
- Node.js environment: Ensure Node.js is installed (v20+ recommended) and the
npxcommand is availableπ Download: Node.js official website
Installation Steps
1. Install AbletonJS MIDI Remote Scripts
Choose ONE of the following three methods to install MIDI Remote Scripts:
-
Method 1: One-line installation (Recommended)
npx @xiaolaa2/ableton-copilot-mcp --install-scripts # or use the short form npx @xiaolaa2/ableton-copilot-mcp -is -
Method 2: Tool-assisted installation
- First, start ableton-copilot-mcp (see Usage section below)
- Let AI assistant or manually call the MCP tool
init_ableton_jsto complete the installation automatically
-
Method 3: Manual installation
- Create a folder named "Remote Scripts" in your Ableton User Library:
- Windows:
C:\Users\[username]\Documents\Ableton\User Library\Remote Scripts - Mac:
/Users/[username]/Music/Ableton/User Library/Remote Scripts
- Windows:
- Download MIDI Remote Scripts from the ableton-js project
- Copy the downloaded
midi-scriptfolder to the location above - Rename it to
AbletonJS
- Create a folder named "Remote Scripts" in your Ableton User Library:
π§ Usage
Quick Start
-
Launch Ableton Live
-
Enable AbletonJS Control Surface
- Open Ableton Live Preferences:
PreferencesβLink/MIDI - In the
MIDItab, locate theControl Surfacesection - Select
AbletonJSfrom the dropdown menu
Figure 1: Enabling AbletonJS Control Surface in Ableton Live Configuration
- Open Ableton Live Preferences:
-
Connect using an MCP client
The following clients can be used as MCP endpoints:
- Cursor
- Cherry Studio
- Claude Desktop
- Other MCP clients
Client Configuration
Cursor Configuration Example
Add the following configuration to your Cursor settings:
"ableton-js-mcp": {
"command": "npx",
"args": [
"-y",
"@xiaolaa2/ableton-copilot-mcp"
]
}
For the latest version:
"ableton-js-mcp": {
"command": "npx",
"args": [
"-y",
"@xiaolaa2/ableton-copilot-mcp@latest"
]
}
Custom Storage Path (Optional)
You can specify a custom data storage location using the BASE_PATH environment variable:
"ableton-js-mcp": {
"command": "npx",
"args": [
"-y",
"@xiaolaa2/ableton-copilot-mcp"
],
"env": {
"BASE_PATH": "D:\\ableton_copilot_mcp"
}
}
π‘ Tip: The storage path is used to save log files, operation history, and state snapshots
β Compatibility Testing
Compatibility primarily depends on the version support of the ableton-js library.
| Ableton Live Version | Test Status |
|---|---|
| 12.1.10 | β Tested and working |
| 11.x | β οΈ Not tested yet |
| 10.x | β οΈ Not tested yet |
π€ Contributing
Issues and contributions are welcome. Please submit issues or suggestions through GitHub Issues.
π License
This project is licensed under the MIT License.
β οΈ Disclaimer
This is a third-party integration and not made by Ableton.
Files in the repo
- .github
- assets
- bin
- src
- tests
- .gitignore
- .npmignore
- .yarnrc.yml
- CHANGELOG.md
- Dockerfile
- eslint.config.js
- LICENSE
- package.json
- README.md
- README.zh.md
- smithery.yaml
- tsconfig.json
- vitest.config.ts
- yarn.lock
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More connectors
A memory plugin for AI coding that turns engineering experience, repository knowledge, and your way of working into memory that remains useful in future tasks.
Encrypted, fully offline agentic memory. One click install, GUI w/ memory map, all OS and agents. Superior memory creation, storage and retrieval.
Agent-native flight & hotel search and booking β MCP server, CLI, and Python/JS SDKs. Hundreds of airlines plus the major booking sites, with per-flight reliability history. Free-cancellation hotel rates: hold the room with a small upfront charge, then pay the balance later by link, up to the hotel's own deadline.
Control Ableton Live with any LLM: create tracks, arrange clips & compose music via MCP
Calendar sync tool & universal calendar MCP server. Aggregate, sync and control calendars on Google, Outlook, Office 365, iCloud, CalDAV or ICS.