LiveMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LiveMCPSearch my sample library for 'vinyl crackle' and place a clip on Scene 2."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LiveMCP — Ableton Live 内で完結する MCP サーバー
Claude Code から Ableton Live を直接操作するための MCP サーバーと、Live を介さずに .als を組み立てる周辺ツール群です。
外部プロセス不要で、M4L デバイス 1 個を Live のトラックに置くだけで動作します。
Claude Code ←(HTTP: localhost:3360/mcp)→ LiveMCP.amxd
├ node.script … MCP サーバー本体
└ js …………… LiveAPI ブリッジ
Claude Code ←(会話)→ live.set.* ─→ scripts/als*.js ─→ .als ファイル(Live を介さない)使い方の詳細は Wiki にあります。
できること
動いているセットの操作(MCP ツール)
ツール | 内容 |
| 接続確認・ブリッジの自己診断 |
| セット概要(テンポ・トラック・クリップ・デバイス)読み取り |
| サンプルフォルダからオーディオファイル検索(絶対パス返却) |
| ループをクリップスロットへ配置(1 件 / 連続シーンへ一括) |
| ワンショット群を Drum Rack のパッドへ一括配置 |
| デバイス追加・Simpler へサンプル読み込み |
| デバイス(M4L 含む)のパラメータ取得・設定 |
| 未対応の LOM を調べる低レベル手段 |
|
|
セットの組み立て(.als 直書き)
サンプルパックから クリップ入りトラックと Drum Rack を含むセットを数秒で生成(
scripts/als-generate.js)Loopcloud の全パックをジャンル別プロジェクトへ一括生成。Loopcloud のタグ・BPM を使った分類(
scripts/loopcloud-build.js)移動で切れたサンプル参照の修復、Group 化、セットの比較
→ .als スクリプト / Loopcloud
Related MCP server: AbletonMCP
動作要件
Ableton Live 12.4 以上 + Max for Live(Suite または M4L 追加)
Node.js 22 以上(
.als系スクリプトと Loopcloud DB の読み取り)Claude Code
(create_audio_clip は Live 12.0.5+、replace_sample は Live 12.4+ の LOM API を使用)
セットアップ(配布 zip から、約 1 分)
Releases の LiveMCP-<version>.zip を展開して:
sh install.shこれで .amxd と 2 つの .js が Live の User Library と Max の検索パスへ配置され、LiveMCP を載せたテンプレートセットが User Library/Templates/LiveMCP.als に入り、Claude Code に live-mcp が登録されます(Claude Code が無ければコマンドを表示)。
Live を再起動する
ブラウザ → User Library → Templates → LiveMCP から新規セットを作る(既存のセットでは Presets → Audio Effects → Max Audio Effect → LiveMCP をトラックへ)
Claude Code で
live.statusが返れば接続完了
ソースから導入する場合は npm --prefix server install && npm run install-device。詳細と注意点は セットアップ、動かないときは トラブルシューティング。
開発
npm test # node:test(Live 不要で実行可能)
npm run build # esbuild で node.script 用バンドル + .amxd 生成ブランチ運用は Git Flow(
main/develop/feature/<issue>-<slug>)。Issue 駆動、PR はdevelopへ設計判断の記録は docs/reports/
Wiki はリポジトリ直下の
wiki/(git 管理外)に clone して編集し、Wiki リポジトリへ直接 push する
ライセンス
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Related MCP Servers
- AlicenseCqualityDmaintenanceConnects Claude AI to Ableton Live through the Model Context Protocol, enabling prompt-assisted music production with track creation, instrument loading, clip editing, and session control. Allows users to create complete musical arrangements by describing what they want in natural language.373MIT
- AlicenseBqualityDmaintenanceConnects Ableton Live to Claude AI via the Model Context Protocol for prompt-assisted music production and session manipulation. It enables users to create tracks, load instruments, and manage MIDI clips using natural language commands.161MIT
- AlicenseBqualityDmaintenanceConnects Ableton Live to Claude AI via the Model Context Protocol, enabling prompt-assisted music production, track creation, and Live session manipulation.16MIT
- FlicenseBqualityCmaintenanceControl Ableton Live from Claude Code via the Model Context Protocol (MCP). Create/edit tracks, control plugins, fire clips, edit MIDI notes, capture audio — all through natural language.100-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dsgarage/LiveMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server