Ableton for AI for Cursor
io.github.peterkolbe/ableton-for-ai
Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.
client:Cursor
transport:stdio
runtime:pypi
Install Ableton for AI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ableton-for-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"ableton-for-ai"
],
"env": {
"STEMS_SOURCE_DIR": "<STEMS_SOURCE_DIR>",
"PREFERRED_AUDIO_FORMAT": "<PREFERRED_AUDIO_FORMAT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs