AIAny
Icon for item

XcodeBuildMCP

Exposes xcodebuild, simulator, and device actions as Model Context Protocol tools, so AI agents can build, run, capture logs, and debug iOS and macOS apps without hand-written scripts. Also runs as a standalone CLI and plugs into MCP clients.

Introduction

Handing an AI agent raw xcodebuild is where most iOS automation falls apart: the CLI is stateful, its flags are cryptic, and simulators, physical devices, and log streams don't map onto a clean request/response call. The move that makes this click is treating each Xcode operation as a typed tool, so the agent receives structured results instead of scraping terminal output it has to guess at.

What Sets It Apart
  • One engine, two front ends: the same code is both an MCP server (for agents) and a plain CLI (for humans and CI), so when a tool call fails you reproduce it by running the exact command yourself.
  • A per-workspace daemon keeps stateful work — log capture, debugging sessions — alive across calls, rather than each invocation starting cold and losing context.
  • It ships agent skills that prime the assistant on which tool to reach for, cutting the trial-and-error of an agent stumbling onto the right capability.
  • It covers the whole loop: discover projects and workspaces, build, boot simulators, deploy to real devices with code-signing config, and stream logs back.
Who It's For

Great fit if you drive iOS or macOS builds through Cursor, Claude Code, or Codex and want the agent to actually compile, launch, and read logs instead of narrating shell commands. Look elsewhere if you aren't on Apple's toolchain: it needs macOS 14.5+, Xcode 16.x+, and Node 18+, and device tooling requires real signing setup. For occasional manual builds, the bundled CLI alone may already be enough.

Information

  • Websitegithub.com
  • AuthorsSentry
  • Published date2025/03/09

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.