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
AI Video2026

Generative-AI-enabled timeline video editor for macOS that lets creators generate and edit videos and images directly inside the timeline. Includes a local MCP server for agent integrations (Claude/Codex/Cursor); editor is open-source while generative processing is closed-source and subscription-based; macOS 26 on Apple Silicon only.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.