Xcode
Provides direct control over Xcode IDE through AppleScript automation for project building, scheme management, hierarchy exploration, and error retrieval with path-based security controls and macOS notification feedback.
2 stars
0 tools
Created Aug 2025
@drewster99/drewster99-xcode-xcode-mcp-serverAbout
Provides direct control over Xcode IDE through AppleScript automation for project building, scheme management, hierarchy exploration, and error retrieval with path-based security controls and macOS notification feedback.
Categories
general
Installation
npm
npm install @drewster99/drewster99-xcode-xcode-mcp-server
Configuration
{
"mcpServers": {
"drewster99-xcode-xcode-mcp-server": {
"command": "npx",
"args": [
"-y",
"@drewster99/drewster99-xcode-xcode-mcp-server"
]
}
}
}