Bridge between Ableton Live and AI models. Inspect tracks, analyze audio (LUFS, spectrograms), and control mixing parameters in real-time via MCP.
Tools
list_resources
read_resource
analyze_stems
get_overview
get_track
get_tracks
set_device_parameter
set_device_parameters
set_track_volume
set_track_panning
set_track_mute
set_track_solo
Server Config
{
"mcpServers": {
"ableton-for-ai": {
"command": "uvx",
"args": [
"ableton-for-ai"
],
"env": {
"STEMS_SOURCE_DIR": "/path/to/your/stems"
}
}
}
}