This is the official Homebrew tap for xc-mcp, an MCP server for Xcode development.
xc-mcp is an amalgamation of excellent work by others. Full credit goes to the original tool builders:
- giginet/xcodeproj-mcp-server - The original MCP server for Xcode project manipulation that xc-mcp is based on
- tuist/xcodeproj - Swift library for reading and writing Xcode project files
- modelcontextprotocol/swift-sdk - Official Swift SDK for the Model Context Protocol
- Ryu0118/xcstrings-crud - Foundation for the .xcstrings localization functionality
brew tap toba/xc-mcp
brew install xc-mcpInstalling xc-mcp provides the following executables:
| Command | Description |
|---|---|
xc-mcp |
Full MCP server with all Xcode tools |
xc-project |
Project manipulation tools only |
xc-simulator |
iOS Simulator tools only |
xc-device |
Physical device tools only |
xc-debug |
LLDB debugging tools only |
xc-swift |
Swift Package Manager tools only |
xc-build |
Build and run tools only |
claude mcp add xc-mcp -- $(brew --prefix)/bin/xc-mcpAdd to your MCP configuration:
{
"mcpServers": {
"xc-mcp": {
"command": "/opt/homebrew/bin/xc-mcp"
}
}
}brew update
brew upgrade xc-mcpbrew uninstall xc-mcp
brew untap toba/xc-mcp- macOS Sequoia (15.0) or later
- Xcode 16.0 or later
Report issues at toba/xc-mcp.