A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"XcodeBuildMCP": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-XcodeBuildMCP"
]
}
}
}