[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73571":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":16,"starSnapshotCount":16,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},73571,"XcodeBuildMCP","getsentry\u002FXcodeBuildMCP","getsentry","A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.","https:\u002F\u002Fwww.xcodebuildmcp.com",null,"TypeScript",5883,292,18,15,0,36,87,390,108,38.4,"MIT License",false,"main",[26,27,28,29,30,31,32],"mcp","mcp-server","model-context-protocol","model-context-protocol-servers","tag-production","xcode","xcodebuild","2026-06-12 02:03:15","\u003Cimg src=\"assets\u002Fbanner.png\" alt=\"XcodeBuild MCP\" width=\"600\"\u002F>\n\nA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.\n\n[![CI](https:\u002F\u002Fgithub.com\u002Fgetsentry\u002FXcodeBuildMCP\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fgetsentry\u002FXcodeBuildMCP\u002Factions\u002Fworkflows\u002Fci.yml)\n[![npm version](https:\u002F\u002Fbadge.fury.io\u002Fjs\u002Fxcodebuildmcp.svg)](https:\u002F\u002Fbadge.fury.io\u002Fjs\u002Fxcodebuildmcp) [![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT) [![Node.js](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fnode->=18.x-brightgreen.svg)](https:\u002F\u002Fnodejs.org\u002F) [![Xcode 16](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FXcode-16-blue.svg)](https:\u002F\u002Fdeveloper.apple.com\u002Fxcode\u002F) [![macOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-macOS-lightgrey.svg)](https:\u002F\u002Fwww.apple.com\u002Fmacos\u002F) [![MCP](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMCP-Compatible-green.svg)](https:\u002F\u002Fmodelcontextprotocol.io\u002F) [![Ask DeepWiki](https:\u002F\u002Fdeepwiki.com\u002Fbadge.svg)](https:\u002F\u002Fdeepwiki.com\u002Fgetsentry\u002FXcodeBuildMCP) [![AgentAudit Security](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAgentAudit-Safe-brightgreen?logo=data:image\u002Fsvg%2Bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMiAxTDMgNXY2YzAgNS41NSAzLjg0IDEwLjc0IDkgMTIgNS4xNi0xLjI2IDktNi40NSA5LTEyVjVsLTktNHoiLz48L3N2Zz4=)](https:\u002F\u002Fwww.agentaudit.dev\u002Fskills\u002Fxcodebuildmcp)\n\n## Installation\n\nXcodeBuildMCP 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.\n\n### Option A — Homebrew\n\n```bash\nbrew tap getsentry\u002Fxcodebuildmcp\nbrew install xcodebuildmcp\n```\n\n### Option B — npm (Node.js 18+)\n\n```bash\nnpm install -g xcodebuildmcp@latest\n```\n\nVerify either install:\n```bash\nxcodebuildmcp --help\n```\n\n### Connect your MCP client\n\nDrop-in config snippets for Cursor, Claude Code, Codex, can be found in the official docs page [MCP Clients](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fclients). Most clients can also run the MCP server on demand via `npx -y xcodebuildmcp@latest mcp` without a global install.\n\n## Requirements\n\n- macOS 14.5 or later\n- Xcode 16.x or later\n- Node.js 18.x or later (not required for Homebrew installation)\n\n## Skills\n\nXcodeBuildMCP now includes two optional agent skills:\n\n- **MCP Skill**: Primes the agent with instructions on how to use the MCP server's tools (optional when using the MCP server).\n\n- **CLI Skill**: Primes the agent with instructions on how to navigate the CLI (recommended when using the CLI).\n\n\nTo install with a global binary:\n\n```bash\nxcodebuildmcp init\n```\n\nOr install directly via npx without a global install:\n\n```bash\nnpx -y xcodebuildmcp@latest init\n```\n\nFor further information on installing skills, see [Agent Skills](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fskills).\n\n## Notes\n\n- XcodeBuildMCP requests xcodebuild to skip macro validation to avoid errors when building projects that use Swift Macros.\n- Device tools require code signing to be configured in Xcode. See [Device Code Signing](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fdevice-signing).\n\n## Privacy\n\nXcodeBuildMCP uses Sentry for internal runtime error telemetry only. For details and opt-out instructions, see [Privacy & Telemetry](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fprivacy).\n\n## CLI\n\nXcodeBuildMCP provides a unified command-line interface. The `mcp` subcommand starts the MCP server, while all other commands provide direct terminal access to tools:\n\n```bash\n# Install globally\nnpm install -g xcodebuildmcp@latest\n\n# Start the MCP server (for MCP clients)\nxcodebuildmcp mcp\n\n# List available tools\nxcodebuildmcp tools\n\n# Build for simulator\nxcodebuildmcp simulator build --scheme MyApp --project-path .\u002FMyApp.xcodeproj\n```\n\nCheck for updates and upgrade in place:\n\n```bash\nxcodebuildmcp upgrade --check\nxcodebuildmcp upgrade --yes\n```\n\nThe CLI uses a per-workspace daemon for stateful operations (log capture, debugging, etc.) that auto-starts when needed. See the [CLI guide](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fcli) for full documentation.\n\n## Documentation\n\n- Installation: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Finstallation](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Finstallation)\n- Setup: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fsetup](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fsetup)\n- MCP clients: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fclients](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fclients)\n- CLI usage: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fcli](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fcli)\n- Configuration and options: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fconfiguration](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fconfiguration)\n- Tools reference: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Ftools](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Ftools)\n- Troubleshooting: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Ftroubleshooting](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Ftroubleshooting)\n- Privacy: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fprivacy](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fprivacy)\n- Skills: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fskills](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fskills)\n- Contributing: [https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fcontributing](https:\u002F\u002Fxcodebuildmcp.com\u002Fdocs\u002Fcontributing)\n\n## Licence\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\nFor third-party licensing notices see the [THIRD_PARTY_LICENSES](THIRD_PARTY_LICENSES) file for details.\nFor npm package attributions see the [THIRD_PARTY_PACKAGE_LICENSES](THIRD_PARTY_PACKAGE_LICENSES.md) file for details.\n","XcodeBuildMCP 是一个为 iOS 和 macOS 项目开发提供工具的 Model Context Protocol (MCP) 服务器和命令行接口。它支持通过 MCP 服务器与 AI 编码代理协作，也能够直接作为 CLI 在终端中使用，核心功能包括但不限于构建、调试等操作。该项目采用 TypeScript 开发，并兼容 Node.js 18.x 及以上版本以及 Xcode 16.x 或更高版本。适用于需要提高开发效率或希望利用自动化工具来辅助进行 iOS\u002FmacOS 应用程序构建与测试的场景。",2,"2026-06-11 03:46:11","high_star"]