Acknowledgements
remix-mcp is built on the shoulders of giants.
AbletonOSC
This project would not be possible without AbletonOSC by Daniel Jones (ideoforms). AbletonOSC is the Python Remote Script that runs inside Ableton Live and exposes the Live Object Model via OSC, enabling external control of the DAW.
Dependencies
Core
- rmcp - Rust implementation of the Model Context Protocol
- rosc - OSC (Open Sound Control) library for Rust
- tokio - Async runtime for Rust
CLI
- clap - Command line argument parser
- indicatif - Progress bars and spinners
- console - Terminal styling
Serialization
Error handling
- color-eyre - Colorful error reports
- thiserror - Derive macro for errors