ableton-live-mcp-server

MCP Server implementation for Ableton Live OSC control

GitHub Stars

317

User Rating

Not Rated

Favorites

0

Views

36

Forks

44

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.8 or higher
python-osc: For OSC communication
fastmcp: For MCP support
uv: Recommended Python package installer
AbletonOSC: Required as a control surface

Installation Steps

1Install uv:
bash
   curl -LsSf https://astral.sh/uv/install.sh | sh
   
2Clone the repository:
bash
   git clone https://github.com/Simon-Kansara/ableton-live-mcp-server.git
   cd ableton-live-mcp-server
   
3Install the project and its dependencies:
bash
   uv sync
   
4Install AbletonOSC. Follow the instructions at [AbletonOSC](https://github.com/ideoforms/AbletonOSC).

Additional Resources