{"id":50573244,"url":"https://github.com/audiohacking/logicx-mcp","last_synced_at":"2026-06-04T20:01:27.517Z","repository":{"id":359307545,"uuid":"1244941631","full_name":"audiohacking/logicx-mcp","owner":"audiohacking","description":"Experimental AU2 MCP Tools for Logic Pro X","archived":false,"fork":false,"pushed_at":"2026-05-21T09:16:04.000Z","size":221,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T16:11:55.146Z","etag":null,"topics":["au","logic-pro","logic-pro-x","mcp","ollama"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audiohacking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-20T18:50:03.000Z","updated_at":"2026-05-21T09:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/audiohacking/logicx-mcp","commit_stats":null,"previous_names":["audiohacking/logicx-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/audiohacking/logicx-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audiohacking%2Flogicx-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audiohacking%2Flogicx-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audiohacking%2Flogicx-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audiohacking%2Flogicx-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audiohacking","download_url":"https://codeload.github.com/audiohacking/logicx-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audiohacking%2Flogicx-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33917184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["au","logic-pro","logic-pro-x","mcp","ollama"],"created_at":"2026-06-04T20:01:26.805Z","updated_at":"2026-06-04T20:01:27.508Z","avatar_url":"https://github.com/audiohacking.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogicX MCP\n\nChat with **Logic Pro** from inside a **Truce AU v2 plugin**. A local **Ollama** model (e.g. `qwen3.5`) plans and runs DAW actions—tempo, tracks, MIDI, transport, mixer—through natural language.\n\n\u003cimg width=\"400\" alt=\"Screenshot 2026-05-21 at 10 53 53\" src=\"https://github.com/user-attachments/assets/f2b299c9-a5c6-42e2-ac96-a16b4c3413a1\" /\u003e\n\n\n\u003e Very Experimental ⚠️ use at your own risk!\n\n## Install\n\n**Requirements:** macOS 14+, Logic Pro 12+, [Ollama](https://ollama.com/)\n\n```bash\nollama pull qwen3.5\n./scripts/install-au.sh\n```\n\nInstalls the **AU plugin** and **`LogicX MCP.app`** (companion control host). Logic control goes through that app—do not use `cargo truce install` alone.\n\n**System installer (.pkg):**\n\n```bash\n./scripts/build-installer-pkg.sh --build --sign-plugins\nsudo installer -pkg release-artefacts/LogicX-MCP-macOS-Installer.pkg -target /\n```\n\n## Required: Accessibility \u0026 Automation\n\n**Nothing in Logic will work until this is done.** The plugin inside Logic delegates control to **`LogicX MCP.app`**. That bridge reads and drives Logic’s UI via macOS permissions.\n\n### 1. Accessibility\n\n1. **System Settings → Privacy \u0026 Security → Accessibility**\n2. Add **LogicX MCP** (`~/Applications` or `/Applications`) if it is missing\n3. Turn **LogicX MCP** **ON**\n\nNeeded for tempo, transport, track state, and most control.\n\n### 2. Automation\n\n1. **System Settings → Privacy \u0026 Security → Automation**\n2. Select **LogicX MCP** (not `logicx-control-bridge`—bare binaries never appear here)\n3. Enable **Logic Pro**\n4. Enable **System Events**\n\nIf **LogicX MCP** is not listed yet, run once to trigger the prompt:\n\n```bash\n~/Applications/LogicX\\ MCP.app/Contents/MacOS/logicx-control-bridge\n```\n\nPress **Ctrl+C** after the dialog, then enable the toggles above.\n\n### 3. Relaunch \u0026 verify\n\n1. Quit Logic Pro (**Cmd+Q**) and reopen\n2. Load the **LogicX MCP** AU and send a command, e.g. *set tempo to 140*\n3. In chat, run **`logic_system` → `permissions`**. Expect:\n\n| Check | Value |\n|-------|--------|\n| `accessibility` | `true` |\n| `tempo_control_ready` | `true` |\n| `permission_subject` | `\"LogicX MCP\"` |\n\nTempo needs **Accessibility** only. Track creation, MIDI import, and menu fallbacks also need **Automation → System Events**.\n\nPermission or control errors? Re-check toggles for **LogicX MCP**, then see [docs/SETUP.md](docs/SETUP.md) (MCU ports, reinstall, debug).\n\n## Use in Logic\n\n1. Insert **LogicX MCP** on any track (pass-through utility)\n2. Open the plugin window\n3. Ask in plain language, e.g. *Make a 4-bar techno loop in A minor at 140 BPM*\n\nThe agent calls built-in tools (`logic_transport`, `logic_tracks`, `logic_mixer`, …). Settings (⚙): Ollama URL (default `http://127.0.0.1:11434`) and model name.\n\n**Before testing a new build:**\n\n```bash\n./scripts/reinstall-for-test.sh   # rebuild, install, restart bridge\n```\n\nThen quit and relaunch Logic Pro.\n\n## Developers\n\n```bash\ncargo truce run -p logicx-plugin          # standalone UI\ncargo test --workspace\n./scripts/test-live.sh --ignored          # Logic + Ollama (after reinstall)\n```\n\nContributor notes: [AGENTS.md](AGENTS.md) · Full setup: [docs/SETUP.md](docs/SETUP.md)\n\n## License\n\nLicensed under either of:\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT))\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudiohacking%2Flogicx-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudiohacking%2Flogicx-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudiohacking%2Flogicx-mcp/lists"}