Skip to main content
Glama

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

{
  "mcpServers": {
    "xcautokit": {
      "command": "npx",
      "args": ["-y", "xcautokit@latest", "mcp"]
    }
  }
}

Global CLI

npm install -g xcautokit@latest
xcautokit doctor
xcautokit tools
xcautokit mcp

From this repo

npm install
npm run build:go
npm link
xcautokit doctor
xcautokit init

Marketing site (GitHub Pages): docs/index.html · live at ezra-black.github.io/xcautokit.

Related MCP server: Xcode-Studio-MCP

CLI

Command

Purpose

xcautokit mcp

Start MCP server (stdio)

xcautokit tools

List tools

xcautokit doctor

Check axe / Xcode / mcpbridge

xcautokit status

Simulator + backend JSON

xcautokit init

Write AGENTS.md + MCP snippet

xcautokit version

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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