Ableton for AI for Grok
io.github.peterkolbe/ableton-for-ai
Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.
client:Grok
transport:stdio
runtime:pypi
Install Ableton for AI in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs