ableton-mcp-extended

uisato/ableton-mcp-extended
★ 133 stars Python 🤖 AI/LLM Updated 1mo ago
Ableton Live MCP (Model Context Protocol) server that allows control directly through AI assistants.
View on GitHub →

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-extended": {
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ]
    }
  }
}

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