MCP Server for Logic Pro automation via AppleScript
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"che-logic-pro-mcp": {
"command": "/path/to/che-logic-pro-mcp/.build/release/CheLogicProMCP"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
YouTube as a queryable database for AI agents. 41 tools, zero config.
The official ElevenLabs MCP server
MCP Security Weekly
Get CVE alerts and security updates for Che Logic Pro Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Server for controlling Logic Pro on macOS.
cd che-logic-pro-mcp
swift build -c release
Binary location: .build/release/CheLogicProMCP
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"che-logic-pro-mcp": {
"command": "/path/to/che-logic-pro-mcp/.build/release/CheLogicProMCP"
}
}
}
# Copy to ~/bin and add to Claude Code
# --scope user : available across all projects (stored in ~/.claude.json)
# --transport stdio: local binary execution via stdin/stdout
# -- : separator between claude options and the command
mkdir -p ~/bin
cp .build/release/CheLogicProMCP ~/bin/
claude mcp add --scope user --transport stdio che-logic-pro-mcp -- ~/bin/CheLogicProMCP
💡 Tip: Always install the binary to a local directory like
~/bin/. Avoid placing it in cloud-synced folders (Dropbox, iCloud, OneDrive) as file sync operations can cause MCP connection timeouts.
The MCP server requires the following permissions in System Settings > Privacy & Security:
| Tool | Description |
|---|---|
logic_is_running | Check if Logic Pro is running |
logic_launch | Launch Logic Pro |
logic_activate | Bring Logic Pro to front |
logic_quit | Quit Logic Pro |
| Tool | Description |
|---|---|
logic_play | Start playback |
logic_stop | Stop playback |
logic_record | Start recording |
logic_rewind | Go to beginning |
logic_forward | Move playhead forward |
logic_backward | Move playhead backward |
logic_toggle_cycle | Toggle cycle mode |
logic_toggle_metronome | Toggle metronome |
| Tool | Description |
|---|---|
logic_create_track | Create track (midi/audio/drummer) |
logic_solo_track | Toggle solo |
logic_mute_track | Toggle mute |
logic_arm_track | Arm for recording |
logic_delete_track | Delete selected track |
| Tool | Description |
|---|---|
logic_toggle_mixer | Toggle Mixer (X) |
logic_toggle_piano_roll | Toggle Piano Roll (P) |
logic_toggle_automation | Toggle Automation (A) |
logic_toggle_editors | Toggle Editors (E) |
logic_toggle_library | Toggle Library (Y) |
logic_toggle_inspector | Toggle Inspector (I) |
logic_toggle_score | Toggle Score Editor (N) |
logic_zoom_in | Zoom in |
logic_zoom_out | Zoom out |
logic_zoom_fit | Zoom to fit |
| Tool | Description |
|---|---|
logic_undo | Undo |
logic_redo | Redo |
logic_cut | Cut |
logic_copy | Copy |
logic_paste | Paste |
logic_duplicate | Duplicate region |
logic_split | Split at playhead |
logic_join | Join regions |
logic_quantize | Quantize |
logic_select_all | Select all |
logic_delete_selected | Delete selected |
| Tool | Description |
|---|---|
logic_new_project | New project |
logic_open_project | Open project |
logic_save_project | Save project |
logic_save_as | Save as |
logic_bounce | Bounce dialog |
| Tool | Description |
|---|---|
logic_shortcut | Execute any keyboard shortcut |
| Tool | Description |
|---|