ableton-mcp-server

ntworm/ableton-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
Debug-grade MCP server and MIDI Remote Script for Ableton Live
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install ableton-mcp-server

README Excerpt

An MCP server that lets an agent drive a running Ableton Live Set. Version 0.5.1 exposes 65 tools. A FastMCP server in Python talks to a MIDI Remote Script on TCP `127.0.0.1:9888` and to an Extension Host bridge over WebSockets on `127.0.0.1:9889`. Live runs on Windows; the WSL client runs the Windows binary so the loopback stays in the right network namespace.