studio-pilot
Verified Safeby consigcody94
Overview
Controls Ableton Live with natural language using an MCP server for AI-assisted music production.
Installation
studio-pilotEnvironment Variables
- ABLETON_HOST
- ABLETON_SEND_PORT
- ABLETON_RECEIVE_PORT
Security Notes
The server binds its OSC receive port to '0.0.0.0' by default, meaning it listens on all network interfaces. While necessary for some network configurations (e.g., controlling a remote Ableton instance), users should ensure their firewall properly restricts access if not intended for external network exposure. No 'eval' or obvious malicious code patterns were found. Uses environment variables for configuration, preventing hardcoded secrets. Relies on the security of the underlying 'node-osc' library and AbletonOSC remote script.
Similar Servers
spotify-mcp-server
Enables AI assistants to control Spotify playback and manage playlists via the Model Context Protocol (MCP).
strudel-mcp-server
An MCP server enabling AI-powered music generation, live coding, and algorithmic composition by controlling Strudel.cc in a browser.
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
midi-mcp-server
An MCP server that enables AI models to generate MIDI files from text-based music data, allowing programmatic creation of musical compositions.