Best for
- iOS developers using Visual Studio Code with AI extensions (e.g., Cline, Roo Code)
- AI coding workflows that require quick build and test of iOS projects
This MCP server focuses on building and testing iOS projects, providing a simple tool interface to feed build errors back to LLMs. It suits integration with AI coding assistants but is limited in functionality to build and test only.
The xcodebuild MCP Server is a Model Context Protocol server that builds iOS workspaces/projects, enabling seamless workflow with iOS projects in Visual Studio Code using extensions like Cline or Roo Code. It provides two tools for building and testing, and can feed back errors to LLMs for AI-assisted development.
Recommended using uv: no specific installation needed; run mcpxcodebuild directly via uvx. Alternatively, install via pip: pip install mcpxcodebuild, then run python -m mcpxcodebuild.
{
"mcpServers": {
"mcpxcodebuild": {
"command": "uvx",
"args": ["mcpxcodebuild"]
}
}
}