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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ezra-Black/xcautokit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server