Skip to content
Cursor

Ableton Live MCP Server for Cursor

io.github.wstierhout/ableton-live-mcp

Control Ableton Live with 156 typed tools for music production and offline .als analysis.

client:Cursor transport:stdio runtime:pypi

Install Ableton Live MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ableton-live-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-ableton-live"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ableton Live MCP Server in other clients