ableton-mcp
An MCP server that enables Claude to control Ableton Live in real-time via the AbletonOSC bridge. It allows users to manage playback, create tracks, write MIDI, and adjust mixer or device parameters using natural language commands.
README
ableton-mcp
An MCP server that lets Claude control Ableton Live. Talk to Claude about your session and it can play, stop, create tracks, write MIDI, tweak the mixer, and adjust device parameters — all in real time.
How It Works
Claude Code <--stdio--> ableton-mcp <--OSC/UDP--> AbletonOSC <--> Ableton Live
This server speaks MCP over stdio to Claude, and OSC over UDP to Ableton. The bridge on the Ableton side is AbletonOSC, a free Remote Script that exposes Ableton's full API over the network.
Prerequisites
- Node.js 18+
- Ableton Live 11 or later
- Claude Code
Setup
1. Install AbletonOSC
- Clone or download AbletonOSC
- Copy the folder to your Ableton User Library:
- Windows:
Documents\Ableton\User Library\Remote Scripts\AbletonOSC\ - macOS:
~/Music/Ableton/User Library/Remote Scripts/AbletonOSC/
- Windows:
- Open Ableton Live
- Go to Preferences > Link, Tempo & MIDI
- Under Control Surface, select AbletonOSC
- The status bar should show: AbletonOSC: Listening for OSC on port 11000
2. Build the server
git clone https://github.com/adindotdev/ableton-mcp.git
cd ableton-mcp
npm install
npm run build
3. Register with Claude Code
claude mcp add ableton -- node /path/to/ableton-mcp/dist/index.js
Restart Claude Code. The Ableton tools will appear automatically.
What Can It Do?
Transport
Play, stop, and resume playback. Set tempo, time signature, and metronome. Jump to any position in the song. Undo and redo.
Tracks
List all tracks, get detailed track info. Create MIDI or audio tracks, rename, duplicate, and delete them.
Clips
Fire and stop clips or entire scenes. Create MIDI clips, read and write individual MIDI notes, rename and delete clips.
Mixer
Set volume, pan, mute, solo, and arm per track. Adjust send levels to return tracks.
Devices
List all devices on a track, inspect every parameter with its name, value, and range, and set any parameter by index.
Resources
Claude can read a snapshot of your session state (tempo, track count, time signature) and per-track details at any time without calling a tool.
WSL Note
If you're running Claude Code in WSL while Ableton runs on Windows, the server auto-detects the Windows host IP so OSC packets reach Ableton. No extra configuration needed.
Development
npm run dev # watch mode — recompiles on save
npm run build # one-time build
npm start # run the server directly
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.