Stats
Actions
Tags
From app
Runs xcodebuild locally to build, test, and archive Xcode projects from Claude. No API keys required; uses the local Xcode installation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"XcodeBuildMCP": {
"command": "npx",
"args": [
"-y",
"xcodebuildmcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub mintuz/skills --plugin app