Ableton Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ableton Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This tool connects Ableton Live to AI assistants like Claude and Cursor through the Model Context Protocol (MCP), allowing you to control Ableton Live with natural language commands.
This is an enhanced fork of the original AbletonMCP by Siddharth Ahuja, with significant improvements to make it easier to install and use.
If you're using Claude Desktop, the easiest way to install is with Smithery:
npx -y @smithery/cli install @itsuzef/ableton-mcp --client claudeThis will automatically set up the MCP server in Claude Desktop. You'll still need to install the Ableton Remote Script (see Step 4 below).
#### Step 1: Install Python (One-time setup)
If you don't have Python installed:
#### Step 2: Install AbletonMCP (One-time setup)
Open Terminal (Mac) or Command Prompt (Windows) and run these commands:
# Create a folder for AbletonMCP
python -m venv ableton-mcp-env
# On Mac/Linux:
source ableton-mcp-env/bin/activate
# On Windows:
ableton-mcp-env\Scripts\activate
# Install AbletonMCP
pip install git+https://github.com/itsuzef/ableton-mcp.git#### Step 3: Install the Ableton Remote Script (One-time setup)
With the same Terminal/Command Prompt window open:
# Install the Remote Script to Ableton
ableton-mcp installIf the automatic installation doesn't work, the tool will tell you where to manually place the files.
#### Step 4: Set Up Ableton Live (One-time setup)
#### Step 5: Connect to Your AI Assistant
#### For Claude Desktop:
claude_desktop_config.json:{
"mcpServers": {
"AbletonMCP": {
"command": "PATH_TO_YOUR_ENVIRONMENT/bin/ableton-mcp",
"args": [
"server"
]
}
}
}Replace PATH_TO_YOUR_ENVIRONMENT with the full path to where you created your environment. For example:
/Users/yourusername/ableton-mcp-envC:\Users\yourusername\ableton-mcp-env#### For Cursor:
PATH_TO_YOUR_ENVIRONMENT/bin/ableton-mcp serverReplace PATH_TO_YOUR_ENVIRONMENT as explained above.
#### For Other AI Tools:
Any AI tool that supports MCP can be connected by pointing it to the ableton-mcp server command in your environment.
#### Step 6: Start Creating Music with AI!
Note: If you installed via Smithery (Option 1), you can skip steps 1-3 and 5 of the manual installation. You only need to install the Ableton Remote Script (Step 4) and then you're ready to go!
source ableton-mcp-env/bin/activate (Mac/Linux) or ableton-mcp-env\Scripts\activate (Windows)ableton-mcp install again or follow the manual installation instructionsIf you're still having issues, check the GitHub issues page or create a new issue with details about your problem.
For those comfortable with command line tools, AbletonMCP offers additional commands:
# Show version information
ableton-mcp version
# Show available MCP functions
ableton-mcp info
# Start the server with custom host/port
ableton-mcp server --host 127.0.0.1 --port 8080This project is based on the original AbletonMCP by Siddharth Ahuja. I've built upon that foundation to create an enhanced version with additional features and improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
This is a third-party integration and not made by Ableton.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.