Ableton MCP
Control Ableton Live from Claude and other MCP clients: create tracks, arrange clips and edit sessions.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Producers experimenting with prompt-driven arrangement and sound design inside Ableton Live.
You can't install the Ableton Remote Script; the server controls Live through it.
About Ableton MCP
Ableton MCP connects Ableton Live to AI assistants for prompt-assisted music production. An MCP server run with uv talks to Live through an Ableton Remote Script, letting the model create tracks, arrange clips and manipulate the session and arrangement.
Ableton MCP is an open-source project written primarily in Python, with 3.1k stars on GitHub. It was last updated in September 2026.
Add Ableton MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add ableton-mcp -- uvx ableton-mcpCursor
{
"mcpServers": {
"ableton-mcp": {
"command": "uvx",
"args": ["ableton-mcp"]
}
}
}VS Code
{
"servers": {
"ableton-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["ableton-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"ableton-mcp": {
"command": "uvx",
"args": ["ableton-mcp"]
}
}
}Codex
[mcp_servers.ableton-mcp]
command = "uvx"
args = ["ableton-mcp"]Ableton MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Ableton MCPthis listing | 3.1k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
