MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. XcodeBuildMCP

XcodeBuildMCP

GitHub

This repository provides an MCP server, XcodeBuild MCP, that offers Xcode tools for AI assistants, enabling programmatic interaction with Xcode projects through a standardized interface for agent-driven development workflows.

2,563
0

XcodeBuild MCP

A Model Context Protocol (MCP) server providing Xcode tools for AI assistants.

Overview

This project implements an MCP server exposing Xcode operations as tools for AI agents, enabling programmatic interaction with Xcode projects through a standardized interface, optimized for agent-driven development.

Why?

XcodeBuild MCP streamlines interaction between AI agents and Xcode projects by providing dedicated tools for common Xcode operations, removing reliance on manual command-line invocations. This enables AI agents to independently validate code changes by building projects, inspecting errors, and iterating autonomously.

Features

The XcodeBuildMCP server provides:

  • Xcode project management: Build operations for macOS, iOS simulator, and iOS device targets; project information tools; clean operations.
  • Simulator management: List, boot, and open iOS simulators; install and launch apps.
  • App utilities: Extract bundle identifiers; launch apps on simulators and macOS.

Getting started

Prerequisites: Node.js, npm, Xcode command-line tools.

Installation: Clone, npm install, npm run build.

Adding to Windsurf/Cursor/Claude Desktop

Add a custom server configuration with the command pointing to the built index.js.

Debugging

Use MCP Inspector: npx @modelcontextprotocol/inspector node build/index.js.

Repository

CA
cameroncooke

cameroncooke/XcodeBuildMCP

Created

March 9, 2025

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools