XcodeBuildMCP and native-devtools-mcp
These are complements: XcodeBuildMCP handles iOS/macOS project compilation and building, while native-devtools-mcp provides UI testing and automation capabilities (screenshots, OCR, clicking) that would be used to verify and test the built applications.
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 native-devtools-mcp
sh3ll3x3c/native-devtools-mcp
MCP server for native app testing — screenshot, OCR, click, type, find_text, template matching. macOS, Windows & Android. Works with Claude, Cursor, and any MCP client.
Combines accessibility APIs (macOS/Windows) with Chrome DevTools Protocol and ADB for unified control across desktop and mobile, enabling both visual (screenshot + OCR) and structural (DOM/accessibility tree) automation. Runs entirely locally as an MCP stdio server with zero external dependencies, bridging native apps, Electron/Chrome browsers, and Android devices through a single interface.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work