Xcode-mcp-server
40
The Xcode MCP Server is a Model Context Protocol server designed to build and test Xcode projects efficiently. It facilitates AI applications in managing build processes and accessing detailed reports, logs, and test results in real-time.
What are the system requirements for running the Xcode MCP Server?
The server requires Node.js 16+, Xcode Command Line Tools, and TypeScript.
How can I access the latest build or test log?
The latest log is accessible via the xcode-build://latest-log
resource.
Can I run specific unit tests using the Xcode MCP Server?
Yes, you can run specific unit tests by specifying the test identifier in the run_tests
tool.
Does the server support real-time log streaming?
Yes, the server supports real-time streaming of build and test logs.
How are logs stored and formatted?
Logs are stored in the specified base directory under build-logs/
and are available in plain text, JSON format, and as Xcode reports.