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 Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.