doublespeed — Xcode as an API for Cursor
ai.doublespeed/mcp
Build, test and run iOS apps on a remote Mac from any machine. XcodeBuildMCP-compatible tools.
client:Cursor
transport:stdio
runtime:npm
Install doublespeed — Xcode as an API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@doublespeed/mcp"
],
"env": {
"DS_API_KEY": "<DS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs