Odel
doublespeed — Xcode as an API

doublespeed — Xcode as an API

Local
@doublespeed-mainTypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@doublespeed/mcpv0.1.1

Run

npx -y @doublespeed/mcp

MCP client config

{
  "mcpServers": {
    "doublespeed-xcode-as-an-api": {
      "command": "npx",
      "args": [
        "-y",
        "@doublespeed/mcp"
      ]
    }
  }
}