LiveBrain MCP
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., "@LiveBrain MCPCreate a techno groove with a 909 kick and acid bassline"
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.
LiveBrain
LiveBrain is an agent-agnostic music-production system for deep control of Ableton Live 12. It is built around the Model Context Protocol (MCP), so it is not tied to Claude Desktop or to one AI provider.
The same LiveBrain core is intended to work with Claude Desktop, Claude Code, ChatGPT, Codex, Cursor, VS Code and other MCP-compatible clients. Each client may require a different transport or deployment model.
Architecture
MCP Server (TypeScript) — stable tools exposed to any compatible AI client.
Music Brain (TypeScript) — grooves, basslines, percussion and style-aware decisions.
Ableton Bridge (temporary Python Remote Script) — deliberately small JSON-lines adapter to Live's current Python API.
Reference Brain (planned) — musical analysis and reusable style profiles.
Ableton Extensions SDK adapter (planned) — preferred native bridge once the required Ableton APIs are available and stable; it will replace the temporary Python layer.
React dashboard (optional) — observability and manual control later.
Related MCP server: ableton-mcp-lofifren
Client and transport strategy
Claude Desktop / Claude Code / Cursor / VS Code
│
MCP stdio
│
▼
LiveBrain Core
▲
│
remote MCP / secure tunnel
│
ChatGPT / CodexLocal clients: use the
stdioMCP transport.Remote clients: will use a remote MCP transport or secure tunnel.
Music Brain: remains identical for every client.
Ableton adapter: is isolated behind a typed interface so its implementation can change without rewriting the MCP tools or Music Brain.
Ableton integration policy
Python is a compatibility bridge, not LiveBrain's long-term foundation. During the early releases it should contain only the code that must execute inside Ableton Live:
read and serialize Live Set state;
execute validated commands on Live objects;
return normalized results and errors;
avoid musical-generation or agent logic.
Musical reasoning, reference analysis, validation, schemas and orchestration belong in TypeScript. When Ableton's Extensions SDK exposes the control surface LiveBrain needs, a native Extensions adapter will replace the Python bridge while preserving the higher-level APIs.
Quick start
npm install
npm run build
npm run devThe initial MCP server uses stdio. The temporary Python bridge listens only on 127.0.0.1:9877.
Layout
src/
index.ts
bridge/client.ts
music-brain/
bridge/LiveBrain/Roadmap
v0.1: MCP, minimal bridge and first Music Brain.
v0.2: devices, automation, arrangement, browser, racks, routing and section operations.
v0.3: Reference Brain and evolving producer profiles.
Future: remote MCP transport and migration from the Python compatibility bridge to Ableton Extensions SDK.
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 Servers
- Alicense-qualityDmaintenanceConnects Ableton Live to AI assistants through Model Context Protocol (MCP), enabling natural language control of music production tasks like track creation, MIDI editing, instrument loading, and playback control.Last updated15MIT
- AlicenseBqualityBmaintenanceConnects Ableton Live to AI through MCP, enabling prompt-assisted music production with extended tools and a 33-personality style system for generating parts in various artist styles.Last updated623MIT
- Flicense-qualityCmaintenanceMCP server that enables AI agents to read and edit Ableton Live sets, including tracks, clips, MIDI notes, devices, and scenes.Last updated1
- FlicenseBqualityDmaintenanceMCP 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.Last updated48
Related MCP Connectors
Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
MCP server for Producer/Riffusion AI music generation
OCR, transcription, file extraction, and image generation for AI agents via MCP.
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/Fasping/livebrain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server