thatfactory/xcode-cloud-mcp
MCP server for working with Apple's Xcode Cloud. ☁️
Platform-specific configuration:
{
"mcpServers": {
"xcode-cloud-mcp": {
"command": "npx",
"args": [
"-y",
"xcode-cloud-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <a href="https://docs.anthropic.com/en/docs/claude-code/mcp"></a> <a href="https://developers.openai.com/codex/mcp"></a> <a href="https://en.wikipedia.org/wiki/MIT_License"></a> <a href="https://github.com/thatfactory/xcode-cloud-mcp/actions/workflows/ci.yml"></a> <a href="https://github.com/thatfactory/xcode-cloud-mcp/actions/workflows/nightly.yml"></a> </p>
Minimal MCP server for discovering Xcode Cloud products and workflows, then retrieving build issues, logs, test summaries, and UI test artifacts through the App Store Connect API.
| Feature | Tool(s) | Example use | Example return | | --- | --- | --- | --- | | Discover products | list_products | "Show me the Xcode Cloud products available in this account." | Demo App, productType: APP, createdDate: 2026-03-30T10:00:00Z | | Discover workflows | list_workflows | "List the workflows for product def456." | Feature Branch, description, isEnabled: true, containerFilePath: Chauffeur.xcodeproj | | Inspect workflow configuration | get_workflow_details | "Show me the full workflow details for abc123, including environment and actions." | general, environment, startConditions, actions, postActions | | Monitor running or recent builds | list_build_runs | "Show me the running builds for workflow abc123 so I can monitor them." | number: 93, executionProgress: RUNNING, completionStatus: null, `startedDat
Loading reviews...