XcodeBuildMCP and mirroir-mcp
These are complementary tools: XcodeBuildMCP enables programmatic iOS/macOS project building and compilation, while mirroir-mcp enables UI-level interaction and testing of running applications, allowing agents to build projects and then verify them through automated interaction.
About XcodeBuildMCP
getsentry/XcodeBuildMCP
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Exposes granular build introspection tools—project parsing, scheme enumeration, build logs, and diagnostics—via stdio transport to integrate with AI agents in Cursor, Claude, VS Code, and Xcode's native assistants. Operates as both a standalone CLI and MCP server, eliminating the need for separate installations. Built on Node.js with native Xcode 16+ integration for accurate project metadata and real-time build feedback to LLM-powered coding workflows.
About mirroir-mcp
jfarcand/mirroir-mcp
MCP server for controlling a real iPhone via macOS iPhone Mirroring...and any MacOs app. Screenshot, tap, swipe, type — from any MCP client.
Leverage [mirroir Skills](https://skills.mirroir.dev) — a community marketplace of workflows that you can reuse, combine, and adapt for your own use cases. ## 32 Tools mirroir-mcp exposes 32 tools to any MCP client. Here are the key ones: | Tool | Purpose | |------|---------| | `describe_screen` | Observe the current screen state — text, icons, coordinates | | `tap` | Tap a coordinate or text element by name | | `type_text` | Type a string | | `swipe` | Drag across the screen (directional swipe or custom path) | | `record_start`, `record_stop` | Capture video of interactions | | `skill_run` | Execute a named skill workflow | | `skill_list` | List available skills |
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work