remix-mcp

christopherwxyz/remix-mcp
★ 20 stars Rust 🤖 AI/LLM Updated 10d ago
A high-performance MCP (Model Context Protocol) server that enables AI assistants to control Ableton Live in real-time.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remix-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "remix-mcp"
      ]
    }
  }
}