Back to MCP Directory
Connections & Capabilities
Connects To
GitHubTwitter
Capabilities
readwriteexec
Quickstart
Install
pip install mcpxcodebuildExposed MCP Tools (2)
high
buildBuilds an iOS Xcode workspace or project in a given folder.
Executes build scripts which can contain arbitrary code.
high
testRuns tests for an iOS Xcode workspace or project in a given folder.
Executes test scripts which can contain arbitrary code.
Safety Assessment
This server allows building and testing iOS projects, which can be risky if the projects contain malicious code. It's relatively safe when used with trusted projects, but running builds from untrusted sources can lead to code execution vulnerabilities. Exercise caution when using with projects from unknown sources.
- Requires explicit folder path, limiting scope.
- No inherent network access beyond local file system.
- Build and test operations are generally contained.
- Uses standard Xcode build tools.
- Can execute arbitrary build scripts defined in the Xcode project.
- Potential for code injection if Xcode project is compromised.
- No built-in sandboxing.
- Access to the file system within the specified folder.
