File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<img src =" banner.png " alt =" XcodeBuild MCP " width =" 600 " />
22
3- A Model Context Protocol (MCP) server that provides Xcode-related tools for integration with AI assistants and other MCP clients .
3+ A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working iOS and macOS projects .
44
55[ ![ CI] ( https://github.com/cameroncooke/XcodeBuildMCP/actions/workflows/ci.yml/badge.svg )] ( https://github.com/cameroncooke/XcodeBuildMCP/actions/workflows/ci.yml )
66[ ![ npm version] ( https://badge.fury.io/js/xcodebuildmcp.svg )] ( https://badge.fury.io/js/xcodebuildmcp ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) [ ![ Node.js] ( https://img.shields.io/badge/node->=18.x-brightgreen.svg )] ( https://nodejs.org/ ) [ ![ Xcode 16] ( https://img.shields.io/badge/Xcode-16-blue.svg )] ( https://developer.apple.com/xcode/ ) [ ![ macOS] ( https://img.shields.io/badge/platform-macOS-lightgrey.svg )] ( https://www.apple.com/macos/ ) [ ![ MCP] ( https://img.shields.io/badge/MCP-Compatible-green.svg )] ( https://modelcontextprotocol.io/ ) [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/cameroncooke/XcodeBuildMCP )
77
88## Installation
99
10+ ### CLI Installation
11+
12+ ``` bash
13+ npm install -g xcodebuildmcp@beta
14+ xcodebuildmcp --help
15+ ```
16+
17+ ### MCP Server Installation
18+
1019Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON configuration with the following server entry:
1120
1221``` json
You can’t perform that action at this time.
0 commit comments