Ableton Copilot MCP

by xiaolaa2
Verified

create_track

Generate and add a new track in Ableton Live via MCP. Specify track type (audio, midi, or return) and optional index for precise placement in your project.

Instructions

create track and return raw track

Input Schema

NameRequiredDescriptionDefault
indexNo[int] index of track default 0, range [0, track count]
typeYesthe type of track, "return", "audio", "midi"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "default": 0, "description": "[int] index of track default 0, range [0, track count]", "type": "number" }, "type": { "description": "the type of track, \"return\", \"audio\", \"midi\"", "enum": [ "return", "audio", "midi" ], "type": "string" } }, "required": [ "type" ], "type": "object" }
ID: 76879j2qe5