drews-xcode-mcp

drewster99/drews-xcode-mcp
★ 5 stars Python AI/LLM Updated today
MCP Server for interacting with Xcode
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "drews-xcode-mcp": {
      "command": "uvx",
      "args": [
        "drews-xcode-mcp"
      ]
    }
  }
}

Or install with pip: pip install drews-xcode-mcp

README Excerpt

An MCP (Model Context Protocol) server that enables AI assistants to control and interact with Xcode for Apple platform development. > **Renamed from `xcode-mcp-server`.** With several unrelated projects sharing that > name — and Xcode itself now shipping a built-in MCP server — this project is now > `drews-xcode-mcp`. **Existing setups keep working:** the old PyPI name is a