Ableton for AI runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from pypi. Last commit 15 May 2026.
Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return os.path.join(self.BASE_OUT_DIR, self.PROJECT_DIR, self.PROJECT_JSON_FILENAME)
out = subprocess.check_output(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ableton-for-ai -- uvx ableton-for-ai
{
"mcpServers": {
"ableton-for-ai": {
"args": [
"ableton-for-ai"
],
"command": "uvx"
}
}
}
[mcp_servers.ableton-for-ai]
command = "uvx"
args = ["ableton-for-ai"]
{
"mcpServers": {
"ableton-for-ai": {
"args": [
"ableton-for-ai"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ableton-for-ai": {
"args": [
"ableton-for-ai"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
STEMS_SOURCE_DIR (Path to the folder containing exported audio stems), PREFERRED_AUDIO_FORMAT (Audio format of your stems (wav or mp3)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for GroupDocs.Comparison — compare, analyze, and inspect documents via AI agents.
Control Ableton Live with 156 typed tools for music production and offline .als analysis.
MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents.
MCP for building, inspecting, and live-debugging Firefox CSS themes.
OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.
Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.
Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.
MCP bridge between Chromium browsers (Arc, Vivaldi, Brave) and Claude Code: browser automation
Answers built from our own checks of this server.