xcode-mcp-server

drewster99/xcode-mcp-server

3.2

If you are the rightful owner of xcode-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP (Model Context Protocol) server for controlling and interacting with Xcode from AI assistants like Claude.

The Xcode MCP Server is designed to facilitate seamless interaction between AI assistants and Xcode, Apple's integrated development environment for macOS. This server allows users to perform various tasks such as retrieving project hierarchies, building and running projects, and cleaning projects directly through natural language commands. It implements a robust security mechanism to ensure that only specified directories are accessible, thereby preventing unauthorized access to sensitive files. The server is built using the MCP Python SDK and communicates with Xcode via AppleScript, making it a powerful tool for developers looking to integrate AI capabilities into their development workflow.

Features

  • Get project hierarchy
  • Build and run projects
  • Retrieve build errors
  • Get runtime output (placeholder)
  • Clean projects