Iphone Mirroir MCP

Give your AI eyes, hands, and a real iPhone. An MCP server that lets any AI agent see the screen, tap what it needs, and figure the rest out - through macOS iPhone Mirroring. Experimental support for macOS windows. 33 tools, any MCP client. It runs locally over stdio via the published package.

People who work with iphone, macos and mobile testing and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Swift.

NO LONGER MAINTAINED

LAST COMMIT 2026-09-13 · ★ 222 · VERIFIED 2026-09-18

Apache-2.0 · Swift · how we verify → /methodology

01 · Install Iphone Mirroir MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add jfarcand-iphone-mirroir-mcp -- npx -y iphone-mirroir-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jfarcand-iphone-mirroir-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iphone-mirroir-mcp"
      ]
    }
  }
}

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 iphone-mirroir-mcp - unscoped; check the name against the project README before installing

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

03 · What Iphone Mirroir MCP can do

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

Limitations (from the README)

This repo enforces its honesty with llm-registre: deferral prose in production code ("not yet wired", "is the follow-up", "for now, return") is banned by CI unless the line carries a LIMITATION(registren): marker naming the limited item and pointing at an issue in the project's private register. The same gates enforce the 500-line file cap and the inline clippy allow-list, at pre-push and in CI. rg "LIMITATION\(regis

Latest releases

v0.39.0 · 2026-09-01

settle screenshots, paste non-Latin text, and gate destructive steps · bump version to 0.39.0 · CI · pin the llm-registre reusable workflow to a commit · guard dispatch to the default branch and restore the tap-flake…

runner-v0.3.0 · 2026-08-31

v0.38.2 · 2026-08-17

bump version to 0.38.2

04 · Who maintains Iphone Mirroir MCP

iphone-mirroir-mcp is maintained by jfarcand. We track 2 MCP servers from jfarcand - 1 actively maintained, 444 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from jfarcand.

  1. mirroir-mcp Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type. ★ 222

05 · Facts

category
other - dead as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-01)
registry
io.github.jfarcand/iphone-mirroir-mcp (deprecated, first published 2026-02-09)
packages
npm:iphone-mirroir-mcp

06 · Iphone Mirroir MCP FAQ

What is Iphone Mirroir MCP?

Give your AI eyes, hands, and a real iPhone. An MCP server that lets any AI agent see the screen, tap what it needs, and figure the rest out - through macOS iPhone Mirroring. Experimental support for macOS windows. 33 tools, any MCP client. It runs locally over stdio via the published package.

Is Iphone Mirroir MCP still maintained?

Its last commit was 2026-09-13 (as of 2026-09-18) - we classify it as dead.

How do I install Iphone Mirroir MCP?

Run `npx -y iphone-mirroir-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Iphone Mirroir MCP 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 Iphone Mirroir MCP