Skip to content

Commit 1f9be63

Browse files
committed
Update README
1 parent 737f355 commit 1f9be63

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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+
1019
Add XcodeBuildMCP to your MCP client configuration. Most clients use JSON configuration with the following server entry:
1120

1221
```json

0 commit comments

Comments
 (0)