ableton-mind — Ableton Live MCP server for Cursor
io.github.pantani/ableton-mind
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
client:Cursor
transport:stdio
runtime:npm
Install ableton-mind — Ableton Live MCP server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ableton-mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs