mcpbeat Sign in

doublespeed — Xcode as an API MCP Server

by doublespeed Your server? Claim it
local only

doublespeed — Xcode as an API runs on your own machine — the client starts it, so there is no endpoint to ping. 325 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 296 · avg 10
a month agotoday
325
Installs / week
npm · @doublespeed/mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/ds.ts:34
    const child = spawn(process.execPath, [dsEntry(), 'xcode', ...args, '--json'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @doublespeed/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@doublespeed/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@doublespeed/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@doublespeed/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@doublespeed/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to doublespeed — Xcode as an API

same job, measured the same way
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

88 installs/wk local only
iPhone Mirror
by nickatnight96

Drive a real iPhone via macOS iPhone Mirroring; Xcode build/test automation for sims and devices.

local only
Bitrise
by bitrise-io

Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.

answering
xcforge - iOS MCP Server & CLI
by justinthevoid

95 MCP tools for iOS — build, test, simulate, automate UI, capture, and diagnose.

local only
I
Imperal MCP
by imperalcloud

Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.

169 installs/wk local only
XCRS Mobile & TV Automation
by smbcloudxyz

MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.

local only
Tailscale Compute
by dylantirandaz

Run builds, tests, and benchmarks on your own Tailscale compute node.

70 installs/wk local only
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

12 466 installs/wk local only

doublespeed — Xcode as an API — questions

Answers built from our own checks of this server.

Why is there no uptime for doublespeed — Xcode as an API?
doublespeed — Xcode as an API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @doublespeed/mcp was installed 325 times last week.
How do I connect doublespeed — Xcode as an API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @doublespeed/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use doublespeed — Xcode as an API?
The npm package @doublespeed/mcp was installed 325 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is doublespeed — Xcode as an API open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.