MCP server for working with Apple's Xcode Cloud. ☁️
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"xcode-cloud-mcp": {
"command": "npx",
"args": [
"-y",
"thatfactory/xcode-cloud-mcp"
]
}
}
}
Run in terminal:
claude mcp add xcode-cloud-mcp npx -y thatfactory/xcode-cloud-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"xcode-cloud-mcp": {
"command": "npx",
"args": [
"-y",
"thatfactory/xcode-cloud-mcp"
]
}
}
}