XCAutokit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@XCAutokitbuild the iOS app and run unit tests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
XCAutokit
First-party MCP server + CLI for Xcode and iOS Simulator automation.
Install the same way as XcodeBuildMCP: npx for MCP clients, or a global CLI.
npm package name: xcautokit (available). Brand: XCAutokit.
Install
MCP server (recommended)
{
"mcpServers": {
"xcautokit": {
"command": "npx",
"args": ["-y", "xcautokit@latest", "mcp"]
}
}
}Global CLI
npm install -g xcautokit@latest
xcautokit doctor
xcautokit tools
xcautokit mcpFrom this repo
npm install
npm run build:go
npm link
xcautokit doctor
xcautokit initMarketing site (GitHub Pages): docs/index.html · live at ezra-black.github.io/xcautokit.
Related MCP server: Xcode-Studio-MCP
CLI
Command | Purpose |
| Start MCP server (stdio) |
| List tools |
| Check axe / Xcode / mcpbridge |
| Simulator + backend JSON |
| Write |
| Print version |
Xcode live backend
With Xcode 26.3+, open your project and enable Settings → Intelligence → Allow external agents to use Xcode tools. XCAutokit uses xcrun mcpbridge internally when available; otherwise it falls back to xcodebuild.
Env: XCAUTOKIT_XCODE_BACKEND=auto|on|off (legacy AUTOKIT_XCODE_BACKEND still accepted).
Modern MCP tickets
Stateful tools return a ticket handle (recording, log capture). Pass that ticket to the matching stop tool.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
- SupabaseOAuthcom.supabase
MCP server for interacting with the Supabase platform
The official Planning Center MCP server for interacting with your ministry's data.
The official MCP Server for the Mux API
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server to control iOS Simulators.1353MIT
- AlicenseAqualityDmaintenanceUnified MCP server for Xcode + iOS Simulator — build, deploy, screenshot, and interact with your iOS app from Claude Code, Cursor, or any MCP client. Built in Swift. Single binary. No Node/Python runtime required.69MIT
- AlicenseNot gradedqualityDmaintenanceMCP server and CLI for iOS development — build, test, automate, and diagnose from any AI agent or terminal.1MIT
- AlicenseBqualityBmaintenanceA comprehensive MCP server for iOS/macOS development that gives AI assistants full control over Xcode build, test, simulator management, and app deployment.6552MIT