xcodemcp for Windsurf
io.github.lapfelix/xcodemcp
Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration
client:Windsurf
transport:stdio
runtime:npm
Install xcodemcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"xcodemcp": {
"command": "npx",
"args": [
"-y",
"xcodemcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs