Ableton Mcp Enhanced — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ableton Mcp Enhanced (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.
Control Ableton Live from Cursor by typing what you want in plain language — create basslines, load Serum, mix tracks, work in Arrangement view, tweak any plugin knob.
¿No sos developer? → Empezá acá: [Guía de usuario (español)](docs/GUIA_USUARIO.md) Not a developer? → Start here: [Getting Started](docs/GETTING_STARTED.md)
Fork and extension of ableton-mcp by Siddharth Ahuja.
git clone https://github.com/emaxees/ableton-mcp-enhanced.git
cd ableton-mcp-enhanced
python3 install.pyEl instalador (install.py) funciona en macOS, Windows y Linux:
Después: Ableton → Preferences → Link, Tempo & MIDI → Control Surface → AbletonMCP
Ask Cursor things like:
Full list: [Qué podés hacer](docs/QUE_PUEDES_HACER.md) | [What you can do (EN)](docs/WHAT_YOU_CAN_DO.md)
| Audience | Document |
|---|---|
| Productores / no devs (ES) | docs/GUIA_USUARIO.md |
| Non-developers (EN) | docs/GETTING_STARTED.md |
| Qué se puede controlar | docs/QUE_PUEDES_HACER.md |
| Plugin extensions | docs/EXTENSIONS.md |
| All MCP tools | docs/TOOLS.md |
| Problems & fixes | docs/TROUBLESHOOTING.md |
Cursor ◄──MCP──► MCP Server (Python) ◄──TCP :9877──► Remote Script in LiveExtension YAML files map friendly names (filter_cutoff) to Live parameter names.
<details> <summary>Click to expand manual steps</summary>
git clone https://github.com/emaxees/ableton-mcp-enhanced.git
cd ableton-mcp-enhanced
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .
./scripts/install-remote-script.sh # Windows: python install.pyAdd to ~/.cursor/mcp.json:
{
"mcpServers": {
"AbletonMCP": {
"command": "/absolute/path/to/ableton-mcp-enhanced/scripts/run-mcp.sh",
"args": []
}
}
}Windows: use .venv\Scripts\python.exe with "args": ["-m", "MCP_Server.server"]
</details>
ableton-mcp-enhanced/
├── install.py ← Start here (auto installer)
├── AbletonMCP_Remote_Script/ ← Runs inside Ableton
├── MCP_Server/ ← MCP server for Cursor
├── extensions/plugins/ ← Plugin manifests (Serum, etc.)
├── docs/GUIA_USUARIO.md ← Non-dev guide (Spanish)
└── scripts/| Variable | Default | Description |
|---|---|---|
ABLETON_HOST | localhost | Remote Script host |
ABLETON_PORT | 9877 | Remote Script port |
ABLETON_MCP_EXTENSIONS_DIR | — | Extra plugin extension folder |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.