Back to Home
ldraney icon

ableton-mcp-server

Verified Safe

by ldraney

Overview

Controls Ableton Live via Claude Code, enabling natural language interaction for music production tasks.

Installation

Run Command
poetry run ableton-mcp

Security Notes

The server's source code primarily acts as a wrapper around the `abletonosc-client` library to interact with Ableton Live locally via OSC (UDP). It does not expose any network services itself beyond the standard MCP stdio interface. File system access for `browser_scan_packs_from_disk` and `browser_generate_local_cache` is limited to user-specific music directories and local project files, reducing risk. No direct use of `eval` or `subprocess` for untrusted input is evident. The primary security consideration would be potential vulnerabilities within the `abletonosc-client` or the AbletonOSC MIDI Remote Script itself, which are external dependencies not fully provided for review. Given the provided code, it appears safe.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens75
Stars0
Forks0
Last Update2026-01-19

Tags

Ableton LiveMIDIOSCMusic ProductionAI Agent