Skip to content

toba/homebrew-xc-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for xc-mcp

This is the official Homebrew tap for xc-mcp, an MCP server for Xcode development.

Acknowledgments

xc-mcp is an amalgamation of excellent work by others. Full credit goes to the original tool builders:

Installation

brew tap toba/xc-mcp
brew install xc-mcp

What's Included

Installing 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

Configuration

Claude Code

claude mcp add xc-mcp -- $(brew --prefix)/bin/xc-mcp

Other MCP Clients

Add to your MCP configuration:

{
  "mcpServers": {
    "xc-mcp": {
      "command": "/opt/homebrew/bin/xc-mcp"
    }
  }
}

Updating

brew update
brew upgrade xc-mcp

Uninstalling

brew uninstall xc-mcp
brew untap toba/xc-mcp

Requirements

  • macOS Sequoia (15.0) or later
  • Xcode 16.0 or later

Issues

Report issues at toba/xc-mcp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages