ableton-mcp

ableton-mcp

MCP server for controlling Ableton Live, enabling AI assistants to interact with Live sessions through tools for track/clip/scene management, playback control, and device parameter adjustments.

Category
访问服务器

README

ableton-mcp

MCP server for controlling Ableton Live — enabling AI assistants to interact with Live sessions via the Model Context Protocol.

Prerequisites

  • Ableton Live 10+

Setup

1. Install the Control Surface

A control surface script must be installed into Ableton Live. It runs inside Live and exposes a TCP socket for the MCP server to connect to.

macOS:

mkdir -p ~/Music/Ableton/User\ Library/Remote\ Scripts/AbletonMCP && curl -fsSL https://raw.githubusercontent.com/amamparo/ableton-mcp/main/control_surface/AbletonMCP/__init__.py -o ~/Music/Ableton/User\ Library/Remote\ Scripts/AbletonMCP/__init__.py

Windows (PowerShell):

New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\Documents\Ableton\User Library\Remote Scripts\AbletonMCP" | Out-Null; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/amamparo/ableton-mcp/main/control_surface/AbletonMCP/__init__.py" -OutFile "$env:USERPROFILE\Documents\Ableton\User Library\Remote Scripts\AbletonMCP\__init__.py"

2. Enable in Ableton Live

  1. Open (or restart) Ableton Live
  2. Go to Preferences > Link, Tempo & MIDI
  3. Under Control Surface, select AbletonMCP from the dropdown
  4. You should see "AbletonMCP: Listening on port 9877" in Ableton's log

3. Configure the MCP Client

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "ableton-mcp": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/amamparo/ableton-mcp", "ableton-mcp"]
    }
  }
}

To pin to a specific version:

{
  "mcpServers": {
    "ableton-mcp": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/amamparo/ableton-mcp@v0.1.0", "ableton-mcp"]
    }
  }
}

Claude Code:

claude mcp add ableton-mcp -- uvx --from "git+https://github.com/amamparo/ableton-mcp" ableton-mcp

Available Tools

Tool Description
get_session_info Get tempo, time signature, track counts
get_track_info Get track details (name, volume, pan, clips, devices)
create_midi_track Create a new MIDI track
create_audio_track Create a new audio track
delete_track Delete a track
delete_all_tracks Delete all tracks (clear session)
set_track_name Rename a track
set_track_volume Set track volume (0.0–1.0)
set_track_pan Set track pan (-1.0–1.0)
set_track_mute Mute/unmute a track
set_track_solo Solo/unsolo a track
create_clip Create an empty MIDI clip
add_notes_to_clip Add MIDI notes to a clip
set_clip_name Rename a clip
fire_clip Start playing a clip
stop_clip Stop a clip
get_clip_notes Read MIDI notes from a session clip
get_clip_info Get clip details (name, length, loop points)
duplicate_clip_to_scene Duplicate a session clip to another scene
delete_clip Delete a clip from a session clip slot
create_scene Create a new scene
delete_scene Delete a scene
set_scene_name Rename a scene
fire_scene Fire all clips in a scene
start_playback Start session playback
stop_playback Stop session playback
set_tempo Set tempo in BPM
set_time_signature Set time signature (e.g. 5/4, 7/8)
undo Trigger Ableton's undo
get_browser_tree Browse instruments/effects categories
get_browser_items_at_path List items at a browser path
load_instrument_or_effect Load a device onto a track
create_midi_track_with_instrument Create a MIDI track and load an instrument in one step
load_drum_kit Load a drum rack and kit
get_device_parameters List all parameters of a device
set_device_parameter Set a device parameter value
get_arrangement_clips List clips on the arrangement timeline
create_arrangement_clip Create a MIDI clip on the arrangement timeline
delete_arrangement_clip Delete an arrangement clip
duplicate_arrangement_clip Duplicate an arrangement clip to a new position
get_arrangement_clip_notes Read MIDI notes from an arrangement clip
set_arrangement_clip_notes Set MIDI notes on an arrangement clip
set_song_time Set the playback cursor position
get_arrangement_loop Get the arrangement loop brace
set_arrangement_loop Set the arrangement loop brace
back_to_arranger Switch from session to arrangement playback
duplicate_session_to_arrangement Copy a session clip to the arrangement
session_to_arrangement Lay out scenes sequentially on the arrangement

Note: Automation breakpoints are not available via the control surface API. Arrangement view features require Ableton Live 11+.

Development

just install                  # Install dependencies
just check                    # Run lint + tests
just fmt                      # Auto-format code
just install-control-surface  # Install control surface to Ableton

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选