Ableton for AI✓
io.github.peterkolbe/ableton-for-ai · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.peterkolbe/ableton-for-ai",
"description": "Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP.",
"title": "Ableton for AI",
"repository": {
"url": "https://github.com/peterkolbe/ableton-for-ai",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "ableton-for-ai",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the folder containing exported audio stems",
"format": "string",
"name": "STEMS_SOURCE_DIR"
},
{
"description": "Audio format of your stems (wav or mp3)",
"format": "string",
"name": "PREFERRED_AUDIO_FORMAT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}