ableton-mind — Ableton Live MCP server for Gemini CLI
io.github.pantani/ableton-mind
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
client:Gemini CLI
transport:stdio
runtime:npm
Install ableton-mind — Ableton Live MCP server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs