MCP Xcode Server
An MCP server that provides tools for programmatically interacting with Xcode projects, enabling users to manage targets, schemes, and files. It supports essential development tasks including building, testing, and cleaning projects through the Xcode command-line tools.
README
MCP Xcode Server
An MCP (Model Context Protocol) server that provides tools for interacting with Xcode projects programmatically.
Installation
Clone this repository:
git clone https://github.com/chacebot/mcp-xcode-server.git
cd mcp-xcode-server
npm install
Or install from a local directory:
cd /path/to/mcp-xcode-server
npm install
Features
This server provides the following tools for Xcode project management:
- xcode_read_project - Read and parse Xcode project files
- xcode_list_schemes - List all build schemes in a project
- xcode_list_targets - List all targets in a project
- xcode_add_test_target - Add a test target to a project
- xcode_add_file_to_target - Add files to project targets
- xcode_build - Build Xcode projects
- xcode_test - Run tests in Xcode projects
- xcode_get_build_settings - Get build settings
- xcode_clean - Clean build artifacts
Quick Start
-
Install dependencies:
npm install -
Configure your MCP client (Claude Desktop, Cursor, etc.):
{ "mcpServers": { "xcode": { "command": "node", "args": ["/absolute/path/to/mcp-xcode-server/src/index.js"], "env": {} } } } -
Restart your MCP client to load the server
-
Start using Xcode tools through your AI assistant!
See QUICKSTART.md for a 5-minute setup guide, or SETUP.md for detailed instructions.
Usage
As an MCP Server
Configure this server in your MCP client configuration. For example, in Claude Desktop or Cursor:
{
"mcpServers": {
"xcode": {
"command": "node",
"args": ["/path/to/mcp-xcode-server/src/index.js"],
"env": {}
}
}
}
Standalone Testing
You can test the server directly:
npm start
The server communicates via stdio using the MCP protocol.
Requirements
- Node.js 18+
- Xcode command-line tools installed
- Access to Xcode projects
Tools Reference
xcode_read_project
Read and parse an Xcode project file to extract its structure.
Parameters:
projectPath(required): Path to the .xcodeproj file
Example:
{
"name": "xcode_read_project",
"arguments": {
"projectPath": "/path/to/Project.xcodeproj"
}
}
xcode_list_schemes
List all build schemes available in the project.
Parameters:
projectPath(required): Path to the .xcodeproj file
xcode_list_targets
List all targets in the project.
Parameters:
projectPath(required): Path to the .xcodeproj file
xcode_add_test_target
Add a new test target to the project. Note: This currently provides instructions rather than directly modifying the pbxproj file, as that requires careful parsing and manipulation.
Parameters:
projectPath(required): Path to the .xcodeproj filetargetName(optional): Name for the test target (defaults to ProjectNameTests)
xcode_add_file_to_target
Add a file to a specific target in the project.
Parameters:
projectPath(required): Path to the .xcodeproj filefilePath(required): Relative path to the file from project roottargetName(required): Name of the target
xcode_build
Build the Xcode project using xcodebuild.
Parameters:
projectPath(required): Path to the .xcodeproj filescheme(optional): Build scheme nameconfiguration(optional): Debug or Release (default: Debug)
xcode_test
Run tests in the Xcode project.
Parameters:
projectPath(required): Path to the .xcodeproj filescheme(optional): Test scheme name
xcode_get_build_settings
Get build settings for the project or a specific scheme.
Parameters:
projectPath(required): Path to the .xcodeproj filescheme(optional): Scheme nameconfiguration(optional): Debug or Release (default: Debug)
xcode_clean
Clean build artifacts from the project.
Parameters:
projectPath(required): Path to the .xcodeproj filescheme(optional): Build scheme name
Limitations
- The pbxproj parser is simplified and may not handle all edge cases
- Adding targets/files requires careful manipulation of the pbxproj format
- Some operations may require Xcode to be installed and properly configured
Future Improvements
- Full pbxproj parser using a proper library (e.g.,
xcodenpm package) - Better error handling and validation
- Support for Xcode workspaces (.xcworkspace)
- Support for Swift Package Manager integration
- Support for modifying build settings
- Support for managing code signing
Contributing
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-feature - Submit a pull request
License
MIT - see LICENSE file for details
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。