talkback-mcp
Chat with your Ableton Live session in natural language. Provides real-time access to session data, parameter control, and mix analysis via an MCP server and Max for Live device.
README
talkback mcp
Chat with your Ableton session in natural language. Go deeper in your mix, make it sound like it does in your head, and finally understand compression... jk no one can teach you that.
Talkback is an MCP server and Max for Live device that gives AI assistants real-time access to your Ableton Live session — read tracks, adjust parameters, analyze your mix, and get spectral snapshots, all through conversation.
talkback.createwcare.com · Docs · Changelog
How it works
Ableton Live ↔ M4L Bridge ↔ WebSocket ↔ MCP Server ↔ Claude / Cursor / etc.
- talkback bridge — a Max for Live device on your master track that reads the Live Object Model and streams session data over WebSocket
- talkback-mcp (this package) — an MCP server that exposes your session as tools any LLM can use
Quick start
The fastest way to get set up — installs the MCP server and configures Claude Desktop automatically:
curl -fsSL https://talkback.createwcare.com/install.sh | bash
Already in an AI agent? Let it set things up for you:
npx skills add jmedure/talkback-mcp
Then ask your agent: "Help me set up talkback"
Requires Node.js 18+. See the full setup guide for more options.
1. Install the Max for Live device
Download talkback-bridge (latest) and drop it onto your master track in Ableton. Make sure the device is toggled on.
2. Add the MCP server
Talkback requires a desktop MCP client — it runs locally on your machine and connects to Ableton over WebSocket. It does not work with claude.ai in the browser (web chat doesn't support local MCP servers yet).
<details> <summary><b>Claude Desktop</b> (recommended)</summary>
Download Claude Desktop, then add to your config:
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
%APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"talkback-mcp": {
"command": "npx",
"args": ["-y", "talkback-mcp"],
"env": { "WS_PORT": "8765" }
}
}
}
Restart Claude Desktop after saving.
Using nvm or fnm? Claude Desktop doesn't load your shell profile, so it may pick up an old system Node. Use the full path to
npxinstead — runwhich npxin Terminal, then set that as"command"in the config above. See troubleshooting for details. </details>
<details> <summary>Claude Code</summary>
claude mcp add --transport stdio talkback-mcp -- npx -y talkback-mcp
</details>
<details> <summary>Cursor</summary>
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"talkback-mcp": {
"command": "npx",
"args": ["-y", "talkback-mcp"],
"env": { "WS_PORT": "8765" }
}
}
}
</details>
<details> <summary>Other clients (Windsurf, etc.)</summary>
Point your client at npx -y talkback-mcp as the server command with WS_PORT=8765 as an environment variable.
Or use add-mcp to auto-configure all your installed agents:
npx add-mcp "npx -y talkback-mcp"
</details>
3. Start chatting
Open your LLM and start asking about your session:
- "What's going on in my session?"
- "My bass sounds muddy, can you help?"
- "Cut 3 dB at 300 Hz on the vocal EQ"
- "Does my mix have any obvious problems?"
Your LLM will ask for approval before making any parameter changes. Undo always works.
Tools
| Tool | What it does |
|---|---|
get_session_context |
Reads your full session — tracks, volumes, panning, mutes, sends, devices, routing |
get_track_details |
Deep-dives a single track with every device parameter in human-readable units |
get_spectral_snapshot |
Captures ~2s of live audio from master bus with peak/RMS per frequency band |
get_plugin_library |
Lists all installed AU and VST3 plugins on your system |
analyze_mix |
Runs heuristic checks for frequency buildup, dynamics, headroom, and routing issues |
set_device_parameter |
Changes a device parameter using human-readable units (dB, ms, Hz, etc.) |
toggle_device_bypass |
Enables or bypasses a device for A/B comparison |
create_group_track |
Creates a new group track containing specified tracks |
set_track_routing |
Changes a track's output routing to another track or bus |
get_bridge_health |
Returns bridge performance metrics from the M4L device |
Requirements
- Ableton Live 11+ with Max for Live
- Node.js 18+
- A desktop MCP client — Claude Desktop (recommended), Claude Code, Cursor, or similar
Environment variables
| Variable | Default | Description |
|---|---|---|
WS_PORT |
8765 |
WebSocket port for bridge connection |
License
PolyForm Shield 1.0.0 — free to use, modify, and distribute. You may not use this software to build a competing product.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。