A MCP tool that builds iOS Xcode workspace/project and send error back. It also helps to run test and feed the error back to llm.
Project description
xcodebuild MCP Server
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.
Available Tools
build- Build iOS Xcode workspace/projectfolder(string, required): The full path of the current folder that the iOS Xcode workspace/project sits
test- Run test for iOS Xcode workspace/projectfolder(string, required): The full path of the current folder that the iOS Xcode workspace/project sits
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run mcpxcodebuild.
Using PIP
Alternatively you can install mcpxcodebuild via pip:
pip install mcpxcodebuild
After installation, you can run it as a script using:
python -m mcpxcodebuild
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
"mcpServers": {
"mcpxcodebuild": {
"command": "uvx",
"args": ["mcpxcodebuild"]
}
}
Using pip installation
"mcpServers": {
"mcpxcodebuild": {
"command": "python",
"args": ["-m", "mcpxcodebuild"]
}
}
License
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcpxcodebuild-0.9.0.tar.gz.
File metadata
- Download URL: mcpxcodebuild-0.9.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4215681aaaf7a95da8c56d717c92f1471ea2664f06ca5a2c1f80c384d196026d
|
|
| MD5 |
bac8a3a88d7b7737d21a468afd7f9d16
|
|
| BLAKE2b-256 |
5850380be84e1f7fc47884663d9885aebeca7ff1f87b14bdc30da07d6df99d47
|
File details
Details for the file mcpxcodebuild-0.9.0-py3-none-any.whl.
File metadata
- Download URL: mcpxcodebuild-0.9.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f00c74a95088a47877ef3e5d77c79a01639f4841ca79344a2138daa464b0373
|
|
| MD5 |
846ff567518678241d14f8fab1b1abcb
|
|
| BLAKE2b-256 |
b4b41d6bf7933d3817d35cc3afd33fbae8cf22c90c052e0d06b28943901cca45
|