Let AI assistants build, test, and debug your iOS apps autonomously. XcodeBuildMCP bridges the gap between AI agents and Xcode, enabling intelligent development workflows that fix build errors, manage simulators, and deploy to devices—all through natural language commands.
Everything you need to integrate Xcode workflows with AI assistants and automation tools.
No installation required - just configure your MCP client
{ "mcpServers": { "XcodeBuildMCP": { "command": "npx", "args": ["-y", "xcodebuildmcp@latest"] } } }
{ "mcpServers": { "XcodeBuildMCP": { "command": "node", "args": ["xcodebuildmcp"] } } }
{ "mcpServers": { "XcodeBuildMCP": { "command": "node", "args": ["path/to/xcodebuildmcp/build/index.js"] } } }
See XcodeBuildMCP in action
You:
"Build my iOS project and run the tests"
AI Assistant:
I'll build your project and run the tests using XcodeBuildMCP...
You:
"Create a simple iOS todo app with SwiftUI"
AI Assistant:
I'll create a complete iOS todo app for you...
Result:
Your todo app is running! I've tested the core features and everything works perfectly.
Contribute to make this tool even better