XcodeBuildMCP for Cursor
io.github.cameroncooke/xcodebuildmcp
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
client:Cursor
transport:stdio
runtime:npm
Install XcodeBuildMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xcodebuildmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xcodebuildmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs