Skip to content

Commit 6353e6a

Browse files
authored
Update installation instructions in README
Clarified installation instructions and emphasized client-name replacement.
1 parent 6a5d535 commit 6353e6a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ A Model Context Protocol (MCP) server that provides Xcode-related tools for inte
77

88
## Easy install
99

10-
Easiest way to install XcodeBuildMCP is to use [Smithery](https://smithery.ai) to install it from the registry. Copy and paste one of the following commands into your terminal.
10+
The easiest way to install XcodeBuildMCP is to use [Smithery](https://smithery.ai) to install it from the registry. Use the following command in your terminal below (requires npm/node) and replace `<client-name>` with the name of your AI agent (claude-code, codex, etc.) or use one of the client-specific examples provided.
1111

1212
```bash
13-
npx -y @smithery/cli@latest install cameroncooke/xcodebuildmcp --client client-name
13+
npx -y @smithery/cli@latest install cameroncooke/xcodebuildmcp --client <client-name>
1414
```
1515

16-
> [!IMPORTANT]
17-
> Due to a Smithery limitation the AXe library isn't bundled with Smithery installs, instead to ensure UI-automation tools work please install AXe and ensure it's globally available by issuing `brew install cameroncooke/axe/axe`, see [AXe](https://github.com/cameroncooke/axe) for more details.
18-
1916
<details>
2017
<summary>Cursor</summary>
2118
<br />

0 commit comments

Comments
 (0)