Skip to main content
Glama

Ableton Copilot MCP

by xiaolaa2
extra-tools.ts520 B
import { tool } from '../mcp/decorators/tool.js' import { initAbletonJs, Result } from '../utils/common.js' class ExtraTools { @tool({ name: 'init_ableton_js', description: `Initialize ableton-js and copy its MIDI scripts to Ableton Live's MIDI Remote Scripts folder. If ableton-js is already installed, it will update the content.`, skipAbletonCheck: true }) async initAbletonJs() { initAbletonJs() return Result.ok() } } export default ExtraTools

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/xiaolaa2/ableton-copilot-mcp'

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