Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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

  • serde - Serialization framework
  • schemars - JSON Schema generation

Error handling

Testing

  • insta - Snapshot testing
  • rstest - Parameterized tests