Ableton MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ableton MCPSet tempo to 120 BPM and fire clip at track 0 slot 0"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ableton MCP
MCP server for full Ableton Live control — wraps AbletonOSC + ClyphX Pro into 143 tools controllable from Claude, Cursor, or any MCP client.
Prerequisites
Ableton Live with AbletonOSC control surface (port 11000)
ClyphX Pro control surface (port 7005) — for device loading and track creation
Python 3.10+ and uv
Related MCP server: Ableton Live MCP
Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ableton": {
"command": "uv",
"args": ["--directory", "/path/to/ableton-mcp", "run", "ableton-mcp"]
}
}
}Cursor
Go to Settings > MCP and add:
uv --directory "/path/to/ableton-mcp" run ableton-mcpTool Groups (143 tools)
Group | Tools | Examples |
Song / Transport | 40 |
|
Track | 21 |
|
Clip | 24 |
|
Clip Slot | 6 |
|
Scene | 6 |
|
Device | 9 |
|
View | 6 |
|
ClyphX Pro | 17 |
|
Query | 4 |
|
High-Level | 7 |
|
Example Usage
"Set tempo to 120 BPM, then fire clip at track 0 slot 0"
"Load Auto Filter and Reverb onto track 1"
"Ramp the volume of track 3 from 0 to 0.8 over 8 beats at 120 BPM"
"Build a session template with 6 audio tracks, each with Auto Filter and EQ Eight"
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ursaayush/ableton-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server