Ableton MCP Extended

Ableton MCP Extended

An independently maintained MCP server that adds deeper session editing, mixing, MIDI surgery, and bounce workflows for Ableton Live, with enhanced privacy and security.

Category
Visit Server

README

Ableton MCP Extended

An independently maintained, privacy-focused derivative of ahujasid/ableton-mcp that adds deeper session editing, feedback, mixing, MIDI surgery, and bounce workflows for Ableton Live.

This project is not affiliated with or endorsed by Ableton. It remains in private staging while the extended commands are tested against real Live sets.

Why this derivative exists

The upstream project provides the MCP-to-Ableton bridge. This derivative keeps that architecture and adds 31 MCP tools:

  • Session structure: create audio and return tracks, delete tracks, create and name scenes, duplicate clips between scenes, and inspect scene names.
  • Clip editing: delete clips, clear notes, read notes, update individual notes, remove notes by pitch/time range, set loop markers, and quantize clips.
  • Instruments and devices: load samples onto Drum Rack pads, inspect pad names, inspect device parameters, and set device parameters.
  • Mixing and feedback: set volume, pan, mute, solo, arm, monitoring, color, and send levels; inspect return tracks and output meters; undo and redo.
  • Rendering: bounce a Session View MIDI clip to audio in real time.

It also changes the privacy posture:

  • No telemetry code or Supabase dependency.
  • The Ableton Remote Script listens on 127.0.0.1 by default, not every network interface.
  • MCP request and response sizes are bounded.
  • Command parameters, prompts, paths, and raw responses are not written to normal MCP logs.

See UPSTREAM.md for provenance and CHANGELOG.md for the maintained change summary.

Requirements

  • Ableton Live 11 or newer; Live 12 is recommended.
  • Python 3.10 or newer for the MCP server.
  • uv.

Some note-editing and clip-duplication operations depend on APIs introduced in newer Live versions. Save a copy of important sets before testing destructive commands.

Install for development

git clone https://github.com/RichieMiller-HU/ableton-mcp-extended.git
cd ableton-mcp-extended
uv sync --extra dev

Copy AbletonMCP_Remote_Script into Ableton's User Remote Scripts directory, restart Live, and select AbletonMCP as a Control Surface.

During private staging, configure an MCP client to run the local checkout:

{
  "mcpServers": {
    "AbletonMCP-Extended": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/ableton-mcp-extended",
        "run",
        "ableton-mcp-extended"
      ]
    }
  }
}

The path above is an example. Never commit a personal absolute path or MCP client configuration containing credentials.

Only run one Ableton MCP server at a time.

Security model

The Remote Script has no authentication. Loopback binding prevents direct connections from other computers, but any process running as a local user may attempt to connect to port 9877 and issue Ableton commands. Do not change the bind address to 0.0.0.0 or expose the port through forwarding or tunneling.

See SECURITY.md for reporting and deployment guidance.

Development checks

uv run --extra dev pytest
uv run --extra dev detect-secrets scan --all-files --exclude-files '^\.git/'
uv build

Live API behavior still requires an integration pass inside Ableton; the unit suite covers the Python bridge and publication/privacy invariants.

License and attribution

MIT licensed. The original copyright and permission notice are preserved in LICENSE. Modifications are documented rather than presented as original upstream work.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured