Skip to content
Cline

doublespeed — Xcode as an API for Cline

ai.doublespeed/mcp

Build, test and run iOS apps on a remote Mac from any machine. XcodeBuildMCP-compatible tools.

client:Cline transport:stdio runtime:npm

Install doublespeed — Xcode as an API in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@doublespeed/mcp"
      ],
      "env": {
        "DS_API_KEY": "<DS_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

doublespeed — Xcode as an API in other clients