MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

H
Homebrew Xcodebuild MCP

Homebrew tap for xcodebuild-mcp - MCP server for Xcode build operations

Created 1/22/2026
Updated about 1 month ago
Repository documentation and setup instructions

xcodebuild-mcp Homebrew Tap

MCP server for Xcode build operations - enables AI-powered iOS/macOS development workflows.

Installation

brew tap redne-w/xcodebuild-mcp
brew install xcodebuild-mcp

Usage

After installation, configure Claude Code to use the server by adding to ~/.claude/settings.json:

{
  "mcpServers": {
    "xcodebuild": {
      "type": "stdio",
      "command": "xcodebuild-mcp"
    }
  }
}

More Information

See the main repository for documentation: https://github.com/redne-w/xcodebuild-mcp

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/redne-w/homebrew-xcodebuild-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "redne-w-homebrew-xcodebuild-mcp": { "command": "git", "args": [ "clone", "https://github.com/redne-w/homebrew-xcodebuild-mcp" ] } } }
Author Servers
Other servers by redne-w