Skip to content
VS Code

ableton-mind — Ableton Live MCP server for VS Code

io.github.pantani/ableton-mind

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

client:VS Code transport:stdio runtime:npm

Install ableton-mind — Ableton Live MCP server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ableton-mind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ableton-mind"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ableton-mind — Ableton Live MCP server in other clients