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).
Run
npx -y @doublespeed/mcp
MCP client config
{
"mcpServers": {
"doublespeed-xcode-as-an-api": {
"command": "npx",
"args": [
"-y",
"@doublespeed/mcp"
]
}
}
}