xcodeproj-mcp-server
@giginet
关于 xcodeproj-mcp-server
A Model Context Protocol Server to manipulate *.xcodeproj
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"xcodeproj": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-v",
"${workspaceFolder}:/workspace",
"ghcr.io/giginet/xcodeproj-mcp-server",
"/workspace"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is xcodeproj-mcp-server?
A Model Context Protocol (MCP) server for programmatically manipulating Xcode project files (.xcodeproj) using Swift. It integrates with the tuist/xcodeproj library and the Swift MCP SDK, enabling AI assistants and other MCP clients to create, inspect, and automate Xcode projects without opening Xcode.
How to use xcodeproj-mcp-server?
Install via Docker: docker pull ghcr.io/giginet/xcodeproj-mcp-server. Configure for Claude Code with claude mcp add xcodeproj -- docker run --pull=always --rm -i -v $PWD:/workspace ghcr.io/giginet/xcodeproj-mcp-server:latest /workspace. For Claude Desktop, add a JSON entry to claude_desktop_config.json that runs the Docker container with the project directory mounted. The server supports path restriction to a base directory for security.
Key features of xcodeproj-mcp-server?
- Create new Xcode projects programmatically
- Manage targets, files, and build configurations
- Inspect project groups and hierarchies
- Add dependencies, frameworks, and Swift Packages
- Support for app extensions (widgets, etc.)
- Automate common Xcode development tasks
Use cases of xcodeproj-mcp-server?
- Create multi‑target projects from scratch without Xcode
- Automatically add new source files to appropriate targets
- Integrate build phases for linters and custom scripts
- Set up build configurations and Info.plist settings
- Add Widget Extensions and other app extensions automatically
FAQ from xcodeproj-mcp-server
What are the runtime requirements?
Docker and macOS are required. The server runs inside a Docker container and must access Xcode project files stored on the host.
How does the server access my project files?
You mount a host directory (e.g., `
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论