doublespeed — Xcode as an API for Gemini CLI
ai.doublespeed/mcp
Build, test and run iOS apps on a remote Mac from any machine. XcodeBuildMCP-compatible tools.
client:Gemini CLI
transport:stdio
runtime:npm
Install doublespeed — Xcode as an API in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doublespeed/mcp"
],
"env": {
"DS_API_KEY": "<DS_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs