Xcode
Provides Xcode-related command-line tools to enables project inspection, building, testing, archiving, code signing, and Xcode simulator management through natural language commands.
4 stars
0 tools
Created Aug 2025
@devyhan/devyhan-xcode-xcode-mcpAbout
Provides Xcode-related command-line tools to enables project inspection, building, testing, archiving, code signing, and Xcode simulator management through natural language commands.
Categories
general
Installation
npm
npm install @devyhan/devyhan-xcode-xcode-mcp
Configuration
{
"mcpServers": {
"devyhan-xcode-xcode-mcp": {
"command": "npx",
"args": [
"-y",
"@devyhan/devyhan-xcode-xcode-mcp"
]
}
}
}