MobileBuildMCP MCP Server
getsentry/MobileBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
getsentry/MobileBuildMCP is a TypeScript MCP server licensed under MIT. A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects. Topics: mcp, mcp-server, model-context-protocol, model-context-protocol-servers, xcode, xcodebuild, tag-non-production.
Ranked #23 out of 24850 indexed tools.
In the top 1% of all indexed tools.
Has 6,421 GitHub stars.
Has 50 contributors.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
6,421 stars → well-known project
Last commit 1d ago → actively maintained
192/215 issues closed → responsive maintainer
50 contributors → active community
No dependents → no downstream usage
Weights: Freshness 20% · Issue Health 20% · Dependents 22% · Stars 10% · Contributors 8% · How we score →
Matched Queries
From the README
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
## Installation
MobileBuildMCP ships as a single package with two modes: a **CLI** for direct terminal use and an **MCP server** for AI coding agents. Either install method gives you both.
### Option A — Homebrew
```bash
brew tap getsentry/xcodebuildmcp
brew install mobilebuildmcp
```
### Option B — npm (Node.js 18+)
```bash
npm install -g mobilebuildmcp@latest
```
Verify either install:
```bash
mobilebuildmcp --help
```
### Connect your MCP client
Drop-in config snippets for Cursor, Claude Code, Codex, can be found in the official docs page [MCP Clients](https://github.com/getsentry/xcodebuildmcp.com/blob/main/app/docs/_content/clients.mdx). Most clients can also run the MCP server on demand via `npx -y mobilebuildmcp@latest mcp` without a global install.
## Requirements
- macOS 14.5 or later
- Xcode 16.x or later
- Node.js 18.x or later (not req Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.