LogicProMCP
Integration with Apple Logic Pro for reading and writing MIDI track data, enabling AI-assisted music generation and editing through the MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LogicProMCPcreate a four bar chord progression in C major"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LogicProMCP
LogicProMCP is a local Model Context Protocol server plus a planned Logic Pro MIDI FX bridge for working with Logic Pro MIDI material.
The intended Logic integration is:
Insert a
LogicProMCP BridgeAUv3 MIDI FX plugin on every MIDI/software-instrument track that should be readable.Each plugin instance sends captured MIDI events to the local MCP sidecar.
The MCP server exposes the aggregated result as "all Logic tracks."
Generated MIDI can be written as
.midfiles first, then later sent back through a virtual MIDI/AUv3 output path.
Logic Pro does not currently expose a public project API that lets one local service directly enumerate every track and MIDI region in an open project. "Read all tracks automatically" therefore means "read all tracks that have the bridge extension inserted," ideally through a saved Logic template.
Tools
bridge_status: show the local Logic bridge receiver.list_logic_tracks: list tracks reported by Logic-side bridge instances.read_logic_track: read captured MIDI from one bridge instance.read_all_logic_tracks: read captured MIDI from all bridge instances.read_midi_file: inspect a Standard MIDI File exported from Logic.create_midi_region: create a new single-region.midfile from a musical prompt.create_drum_region: create a drum pattern region.create_chord_region: create a chord progression region.
Related MCP server: reaper-mcp-server
Install
cd /Users/shlomy/GIT_Repos/LogicProMCP
python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e .Run MCP Server
logicpromcpFor Claude Desktop or another MCP client, configure the command as:
{
"mcpServers": {
"logicpro": {
"command": "/Users/shlomy/GIT_Repos/LogicProMCP/.venv/bin/logicpromcp"
}
}
}CLI Smoke Test
logicpromcp-midi create --prompt "four bar funky bass line in C minor" --out examples/funky_bass.mid
logicpromcp-midi inspect examples/funky_bass.midLogic Workflow
To read live/playback material from Logic: run
logicpromcp, then insert the AUv3 bridge on every track that should be visible to the MCP server.To read exported material: select regions in Logic, use
File > Export > Selection as MIDI File, then pass that.midpath toread_midi_file.To write a new track/region: run
create_midi_region, then drag the generated.midfile into Logic or useFile > Import > MIDI File.To preserve tempo and bar alignment, create generated regions at the same BPM and bar length as the Logic project.
See docs/LOGIC_EXTENSION.md for the extension bridge contract.
Roadmap
AUv3 MIDI FX listener for live MIDI capture per inserted track.
Virtual MIDI output for recording generated MIDI directly into Logic.
AppleScript/Shortcuts helper for importing generated MIDI into the frontmost Logic project.
Region metadata sidecar files for round-tripping track names, bar ranges, prompts, and model decisions.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shlomyss/LogicProMCP-for-Codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server