PolarVista_Xcode-mcp-server
0
The Xcode MCP Server is a Model Context Protocol server designed to facilitate the building and testing of Xcode projects directly from LLM applications. It supports various operations such as running unit tests, generating code coverage reports, and streaming logs in real-time, making it an ideal tool for AI assistants.
Xcode MCP Server
A Model Context Protocol server for building Xcode projects directly from LLM applications
The Xcode MCP Server provides a Model Context Protocol interface for building and testing Xcode projects. It allows AI assistants to trigger builds, run tests, monitor progress, and access logs through a standardized interface.
Features
- Build Xcode projects with custom schemes and configurations
- Run unit tests with granular control
- Generate code coverage reports
- Stream build and test logs in real-time
- Access detailed build and test reports
- JSON-formatted output
- Automatic log persistence
Requirements
- Node.js 16+
- Xcode Command Line Tools
- TypeScript
- MCP-compatible client (e.g., Claude Desktop)