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
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
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 |
|---|