MobileBuilds MCP Server
The MCP server that lets developer tools query your builds.
MobileBuildsMCPServer runs alongside MobileBuilds so developer tools can query your builds. It is installed separately.
Download 2026.7macOS 26.0 or later · 412 B · released 2026-09-03
After downloading
Three quick steps to complete the install.
-
Unarchive the download.
-
Move MobileBuildsMCPServer to your Applications folder.
-
Open it once so it can register itself.
Why a separate download?
Because of the App Sandbox. An MCP server has to be reachable by other developer tools on your Mac, which means advertising a Mach service through a launch agent that keeps running after MobileBuilds quits. Every executable inside a Mac App Store app has to be sandboxed too, so the server cannot ship inside the app bundle.
It lives outside the app instead, distributed outside the App Store as a notarized app signed by the same developer. The two check each other's code signature before they exchange anything, so neither will talk to a process that isn't its counterpart.
The server is
app.mobilebuilds.MobileBuilds.MCPServer, signed by team
74D9UBS5CF. It runs as a menu bar item with no dock icon, and registers the
app.mobilebuilds.MobileBuilds.MCPService
launch agent the first time you open it, so it's there whenever a tool
asks about your builds.
All versions
| Version | Released | Min macOS | Size | Download |
|---|---|---|---|---|
| 2026.7 (build 1) | 2026-09-03 | 26.0 | 412 B | ZIP |
| First release of the MobileBuilds MCP Server. SHA-256: 1454e44046ae8893a05f87bc11cb03c30a7469d7d6ae66716c26510855180a50 | ||||
A machine-readable manifest of every version is available at /versions.json, described by /openapi.json.