Skillsxcodebuildmcp
X

xcodebuildmcp

Build/test Xcode projects via the XcodeBuildMCP MCP server using a local CLI wrapper for pi (no MCP support). Use when the user mentions Xcode, xcodebuild, iOS builds/tests, or XcodeBuildMCP.

w-winter
28 stars
1.2k downloads
Updated 6d ago

Readme

xcodebuildmcp follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: xcodebuildmcp
description: Build/test Xcode projects via the XcodeBuildMCP MCP server using a local CLI wrapper for pi (no MCP support). Use when the user mentions Xcode, xcodebuild, iOS builds/tests, or XcodeBuildMCP.
---

# xcodebuildmcp

This skill wraps an MCP server behind a local CLI so pi agent can use it without MCP support.

## Setup

Run once:

```bash
cd {baseDir}
npm install
```

## Usage

Use `--output json` for agent workflows.

```bash
{baseDir}/xcodebuildmcp.sh --help
{baseDir}/xcodebuildmcp.sh --output json <command> [flags]
```

### Regenerating the CLI

If the MCP server adds/removes tools, regenerate the CLI from its embedded metadata:

```bash
cd {baseDir}
npx mcporter generate-cli --from ./xcodebuildmcp.ts
```

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated6d ago
Publisherw-winter

Tags

ci-cd