Skip to main content
Glama

AbletonMCP

load_instrument_or_effect

Load instruments or effects onto specific tracks in Ableton Live using their URIs. This tool integrates with Claude AI via the AbletonMCP server to streamline music production workflows.

Instructions

Load an instrument or effect onto a track using its URI.

Parameters:

  • track_index: The index of the track to load the instrument on
  • uri: The URI of the instrument or effect to load (e.g., 'query#Instrument Rack')

Input Schema

NameRequiredDescriptionDefault
track_indexYes
uriYes

Input Schema (JSON Schema)

{ "properties": { "track_index": { "title": "Track Index", "type": "integer" }, "uri": { "title": "Uri", "type": "string" } }, "required": [ "track_index", "uri" ], "title": "load_instrument_or_effectArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahujasid/ableton-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server