loading…
Search for a command to run...
loading…
A Rust MCP server that enables AI assistants to control Ableton Live via OSC, offering 266 tools for transport, tracks, clips, scenes, devices, and more.
A Rust MCP server that enables AI assistants to control Ableton Live via OSC, offering 266 tools for transport, tracks, clips, scenes, devices, and more.

A Rust MCP server that enables AI assistants to control Ableton Live via OSC.
Via uv (recommended, requires uv):
uvx remix-mcp install
Download binary from Releases
Build from source:
git clone --recursive https://github.com/christopherwxyz/remix-mcp
cd remix-mcp
cargo build --release
remix-mcp install
Then in Ableton Live:
You should see: AbletonOSC: Listening for OSC on port 11000
Claude Desktop:
claude_desktop_config.json{
"mcpServers": {
"ableton": {
"command": "uvx",
"args": ["remix-mcp"]
}
}
}
Claude Code:
claude mcp add ableton -- uvx remix-mcp
Ask Claude things like:
See the documentation for more examples.
| Category | Count | Examples |
|---|---|---|
| Transport | 10 | play, stop, record, set_tempo |
| Tracks | 59 | create_midi_track, set_track_volume, arm_track |
| Clips | 65 | fire_clip, create_clip, add_midi_notes |
| Scenes | 19 | fire_scene, create_scene, duplicate_scene |
| Devices | 10 | list_devices, set_device_parameter |
| Song | 56 | undo, redo, set_loop, get_quantization |
| View | 8 | select_track, select_clip, select_device |
| Cue Points | 5 | list_cue_points, jump_to_cue_point |
| Browser | 29 | load_instrument, load_audio_effect, search_browser |
| Application | 4 | get_version, get_application_view |
| MIDI Map | 1 | get_midi_map_addresses |
Claude/Client <--stdio/JSON-RPC--> remix-mcp <--UDP/OSC--> AbletonOSC <--> Ableton Live
remix-mcp serve # Start MCP server (default)
remix-mcp install # Install AbletonOSC Remote Script
remix-mcp install --force # Reinstall
remix-mcp status # Check installation
No sound from MIDI tracks?
Samplers need samples loaded. Use load_default_instrument to load Drift (a synth that works immediately).
Connection timeout?
AbletonOSC not in Control Surface list?
remix-mcp installSee the contributing guide for development guidelines.
MIT
Run in your terminal:
claude mcp add remix-mcp -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.