mcpbeat Sign in

Logic Pro MCP Server

local only

Logic Pro MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Local MCP server for stateful, fail-closed Logic Pro control and live project readback.

Installs / week
not published
93
Stars
24 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
Swift

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            .appendingPathComponent("Library/LaunchAgents/com.logicpro.mcp.plist")
        self.p = subprocess.Popen([BINARY], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
    for path in glob.glob(os.path.join(staging_dir, f"{staged_name}.*")):
    bootstrap_env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Logic Pro MCP

same job, measured the same way
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Redmine MCP Stdio
by andrelaptenok

Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.

82 installs/wk local only
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

631 installs/wk local only
Easyeda Pro MCP
by vlab-software

MCP server and EasyEDA Pro extension bridge for live project assistance.

39 installs/wk local only
Stellar Agent Search
by berkingurcan

Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.

38 installs/wk local only
Workfile
by illodev

Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.

1 308 installs/wk local only
Projectmem
by riponcm

Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.

805 installs/wk local only
Stateark
by askrion

Local-first version control for AI work. Savepoint and resume your project state across chats.

84 installs/wk local only

Logic Pro MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Logic Pro MCP?
Logic Pro MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Logic Pro MCP open source?
Yes — it is published under the MIT licence, written in Swift, 93 stars on GitHub and 24 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.