XcodeBuildMCP is a Model Context Protocol server that exposes Xcode operations as typed tools and resources so AI assistants can build, test, and debug iOS apps programmatically. It’s organized with a modern plugin architecture and workflow-scoped tool directories, covering common developer actions across projects, schemes, targets, simulators, real devices, and Swift packages. The server aims to be “agent-ready,” surfacing capabilities (build, clean, test, archive, install, run, log collection) with explicit schemas instead of brittle prompt instructions. It supports MCP transports suitable for local IDEs and service deployments, and pairs with a public website that positions it as a bridge between Xcode and autonomous assistants. Documentation and marketing materials emphasize end-to-end flows such as fixing build errors, managing simulators, and deploying to devices via natural-language requests.
Features
- Build, test, archive, and run tools for Xcode workspaces and projects
- Simulator and device orchestration with install and launch actions
- Typed schemas and resources for logs, artifacts, and project metadata
- Workflow-based tool organization and plugin architecture
- Transports for local IDEs and service use via MCP
- Designed for autonomous assistants to fix and iterate on builds