xcodebuild
About
🍎 Build iOS Xcode workspace/project and feed back errors to llm.
Details
- Author
- ShenghaiWang
- Downloads
- 376
- Categories
- Developer Tools, Community, Other
Jump to
- Builds iOS Xcode workspaces and projects
- Runs tests for iOS Xcode workspaces and projects
- Integrates with VS Code extensions (Cline, Roo Code)
- Installs via uvx or pip with no extra configuration
- Configurable through standard MCP settings JSON
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
xcodebuildCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Mcpxcodebuild via uvx (recommended) or pip. Then configure it in your MCP client settings—for example, in Claude.app add a JSON entry using either the uvx mcpxcodebuild command or python -m mcpxcodebuild if installed via pip. The server exposes two tools: build (to build an iOS project) and test (to run tests). Both require the folder argument specifying the full path to the project directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"xcodebuild": {
"mcpxcodebuild": {
"command": "uvx",
"args": [
"mcpxcodebuild"
]
}
}
}
}
McpServers
{
"mcpxcodebuild": {
"command": "uvx",
"args": [
"mcpxcodebuild"
]
}
}
A Model Context Protocol server that builds iOS workspace/project that enables seamless workflow working with iOS projects in Visual Studio Code using extensions like Cline or Roo Code.
- build- Build iOS Xcode workspace/project
- folder(string, required): The full path of the current folder that the iOS Xcode workspace/project sits
- folder(string, required): The full path of the current folder that the iOS Xcode workspace/project sits
When usinguvno specific installation is needed. We will useuvxto directly runmcpxcodebuild.
Alternatively you can installmcpxcodebuildvia pip:
After installation, you can run it as a script using:
"mcpServers": { "mcpxcodebuild": { "command": "uvx", "args": ["mcpxcodebuild"] } }
"mcpServers": { "mcpxcodebuild": { "command": "python", "args": ["-m", "mcpxcodebuild"] } }
xcodebuild MCP tool is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
A Model Context Protocol (MCP) server that enables AI assistants to integrate with Prometheus Alertmanager
A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities.
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client.
integration that connects BloodHound with AI through MCP, allowing security professionals to analyze Active Directory attack paths using natural language queries instead of Cypher.
A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
Obtains latest dependency details for Clojure libraries.
A Model Context Protocol (MCP) server for CODESYS V3 programming environments.
Analyze large codebases and document collections using high-context models via OpenRouter, OpenAI, or Google AI -- very useful, e.g., with Claude Code
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





