Xcodemcp

Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration. Its 6 documented tools cover xcode, build. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-05 · ★ 58 · #429 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Xcodemcp

before you install - you'll need

Set XCODE_MCP_PREFERRED_SCHEME, XCODE_MCP_PREFERRED_XCODEPROJ before connecting. LOG_LEVEL, XCODEMCP_LOG_FILE, XCODEMCP_CONSOLE_LOGGING are optional or environment-specific per the README.

Claude Code

claude mcp add lapfelix-xcodemcp -- npx -y xcodemcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lapfelix-xcodemcp": {
      "command": "npx",
      "args": [
        "-y",
        "xcodemcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package xcodemcp - unscoped; check the name against the project README before installing

registry namespace io.github.lapfelix is GitHub-verified and matches the repo owner

03 · What Xcodemcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 6 documented tools spanning xcode, build, including xcode_build, xcode_test, xcode_build_and_run, xcode_health_check.

Capability map

Tools grouped from the project's README - what Xcodemcp lets an agent do.

Xcode

4 tools - e.g. build; test; build-and-run

xcode_build · xcode_test · xcode_build_and_run · xcode_health_check

Xcresult

1 tool - e.g. xcresult-browse

xcresult_browse

read & search

1 tool - e.g. find-xcresults

find_xcresults

Latest releases

v2.1.4 · 2025-09-18

Build Log Parsing Improvements · Fixed · Duplicate warnings and errors: XcodeMCP now properly deduplicates identical warning and error messages from build logs · Previously, builds with many duplicate warnings (e.g.…

v2.1.3 · 2025-09-17

Preferred Values Configuration · This release introduces configurable preferred values for scheme and xcodeproj parameters, significantly reducing repetition when working with single projects while maintaining full…

v2.1.2 · 2025-09-16

MCP Registry Support · This release adds support for the MCP registry, allowing the server to be discovered and installed through MCP-compatible clients. · Changes · Added mcpName field to package.json for MCP registry…

04 · Who maintains Xcodemcp

xcodemcp is maintained by lapfelix. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
other - ranked #429 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.lapfelix/xcodemcp (active, first published 2025-09-16 · 2 versions)
packages
npm:xcodemcp

06 · Xcodemcp FAQ

Is Xcodemcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-05. We re-verify nightly.

What can Xcodemcp do?

An agent gets 6 documented tools spanning xcode, build, including xcode_build, xcode_test, xcode_build_and_run, xcode_health_check.

How do I install Xcodemcp?

Run `npx -y xcodemcp`. The README documents 5 environment variables (XCODE_MCP_PREFERRED_SCHEME, XCODE_MCP_PREFERRED_XCODEPROJ, LOG_LEVEL…) to set first. Set XCODE_MCP_PREFERRED_SCHEME, XCODE_MCP_PREFERRED_XCODEPROJ before connecting. LOG_LEVEL, XCODEMCP_LOG_FILE, XCODEMCP_CONSOLE_LOGGING are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Xcodemcp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Xcodemcp

More MCP servers to compare · Mathematica MCP · Q URL · Disco · Slim Guard · Malt MCP

More TypeScript MCP servers · ImmoStage Virtual Staging · Unlinked · Lastest · Memharness · Logicapps MCP · see all