Servers
xcf - AI-Powered Xcode Automation
@CodeFreezeAI
XCodeFreeze MCP Xcode Automation local server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"xcf": {
"type": "stdio",
"command": "/Users/username/xcf/xcf",
"args": [],
"env": {
"XCODE_PROJECT_FOLDER_optional": "/path/to/project/",
"XCODE_PROJECT_optional": "/path/to/project/project.xcodeproj"
}
}
}
}