A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"getsentry/XcodeBuildMCP"
]
}
}
}
Run in terminal:
claude mcp add xcodebuildmcp npx -y getsentry/XcodeBuildMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"xcodebuildmcp": {
"command": "npx",
"args": [
"-y",
"getsentry/XcodeBuildMCP"
]
}
}
}