Ableton MCP Server

Ableton Live MCP integration — fork of ahujasid/ableton-mcp adding a 33-personality style system, ~35 extra MCP tools, batch commands, and

Local serverstdioPython

What is the Ableton MCP server?

Ableton Live MCP integration — fork of ahujasid/ableton-mcp adding a 33-personality style system, ~35 extra MCP tools, batch commands, and arrangement-view BETA. That is what the ableton mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

AbletonMCP connects Ableton Live to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Ableton Live. This integration enables prompt-assisted music production, track creation, and Live session manipulation.

  • Two-way communication — Connect Claude AI to Ableton Live through a socket-based server
  • One-call session bootstrap — setup_session creates a whole project (tempo, time sig, tracks, instruments, mix) in a single round-trip
  • Batched commands — send N commands at once with atomic undo via batch_commands
  • 33 personalities, 4 roles — solo / comp / bass / drums in the style of Coltrane, Bill Evans, Jaco, Questlove, Timbaland, Dr. Dre, Metro Boomin, etc. — BPM-aware, blendable
  • Track manipulation — Create, name, mute, solo, arm, delete, and mix MIDI/audio tracks
  • Devices — Read every device's parameter list with min/max values; set parameters by raw Live value

The tools it exposes

The server publishes 3 tools. What each one is for:

  • Tools — The Tools tool exposed by this server
  • Examples — The Examples tool exposed by this server
  • Prerequisites — If you're on Mac, please install uv as: brew install uv

What it needs from you

Getting it running

The server ships on PyPI as ableton-mcp-lofifren, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

Among the browser automation options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ableton's toolset — Tools, Examples, Prerequisites — is a fair guide to whether it matches your workflow.

This entry was verified against Ableton's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
ToolsThe Tools tool exposed by this server.
ExamplesThe Examples tool exposed by this server.
PrerequisitesIf you're on Mac, please install uv as: brew install uv

How to install the Ableton MCP server

{
  "mcpServers": {
    "ableton-mcp-lofifren": {
      "command": "uvx",
      "args": ["ableton-mcp-lofifren"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Example prompts to try

  • Use Ableton to Tools.
  • Use Ableton to Examples.
  • Use Ableton to Prerequisites.

Frequently asked questions

It connects Ableton to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Tools, Examples, Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ableton directly.