Back to MCP Servers
Xcode
Xcode integration for project management, file operations, and build automation
developer-toolsautomation
By r-huijts
Installation
npx -y xcode-mcp-serverConfiguration
{
"mcpServers": {
"xcode-mcp-server": {
"command": "npx",
"args": ["-y", "xcode-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes