r-huijts/xcode-mcp-server
Xcode integration for project management, file operations, and build automation
Quick Start
Clone the repository:
git clone https://github.com/r-huijts/xcode-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"xcode-mcp-server": {
"command": "npx",
"args": [
"-y",
"r-huijts/xcode-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.