Ableton Live MCP Server
@Simon-Kansara
Ableton Live MCP Server について
MCP Server implementation for Ableton Live OSC control
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ableton-live-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Ableton Live MCP Server?
The Ableton Live MCP Server implements the Model Context Protocol (MCP) to enable LLMs to control Ableton Live via Open Sound Control (OSC). It maps the OSC addresses from the AbletonOSC project into MCP tools, allowing MCP clients like Claude Desktop to send commands to Ableton Live.
How to use Ableton Live MCP Server?
Install the server with uv, clone the repository, and run uv run osc_daemon.py to start the OSC daemon. Then configure Claude Desktop (or another MCP client) to launch mcp_ableton_server.py. Once set up, you can ask the LLM to perform actions like “Prepare a set to record a rock band.”
Key features of Ableton Live MCP Server
- MCP-compatible API for controlling Ableton Live from LLMs.
- Uses python-osc for OSC communication.
- Based on the AbletonOSC implementation.
- Request-response handling for Ableton Live commands.
- Runs on localhost with configurable ports.
Use cases of Ableton Live MCP Server
- Controlling Ableton Live session parameters via natural language.
- Automating track setup, routing, and recording preparation.
- Integrating Ableton Live with AI assistants like Claude Desktop.
FAQ from Ableton Live MCP Server
What is the Ableton Live MCP Server based on?
It is based on the OSC implementation from AbletonOSC, which maps OSC addresses to MCP tools.
What are the minimal requirements to run the server?
Python 3.8+, python-osc, fastmcp, and the AbletonOSC control surface installed in Ableton Live.
How do I configure the server for Claude Desktop?
Edit your Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) and add an entry pointing to mcp_ableton_server.py using the project’s Python interpreter.
What are the default network ports used?
MCP server socket listens on port 65432, OSC send to Ableton on port 11000, and OSC receive on port 11001, all on localhost.
Is there a video demonstration available?
Yes, the README links to a YouTube video showing control of Ableton Live with LLMs.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント