Skip to content
Grok

ableton-mind — Ableton Live MCP server for Grok

io.github.pantani/ableton-mind

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

client:Grok transport:stdio runtime:npm

Install ableton-mind — Ableton Live MCP server in Grok

.mcp.json (in your project root)

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

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

ableton-mind — Ableton Live MCP server in other clients