mcpbeat Sign in

Mirroir MCP Server

local only

Mirroir MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 297 installs a week from npm. Last commit 7 Sep 2026.

Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type.

Installs per day peak 376 · avg 86 · -54% w/w
a month agotoday
297
Installs / week
npm · mirroir-mcp
222
Stars
2 open issues
7 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Swift

What the code does

We read the source, 22 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 a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install-cmd.js:1, [пакет] install.js:1
этот файл ставится пользователю, но в репозитории его нет
    execSync(`tar xzf "${tmpFile}" -C "${binDir}"`, { stdio: "inherit" });
Builds a file path from a variable npm/install.js:36, [пакет] install.js:36
  const tmpFile = path.join(binDir, tarball);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:237
      - name: Update Formula
        env:
          VERSION: ${{ github.event.inputs.version }}

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 mirroir-mcp -- npx -y mirroir-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mirroir-mcp": {
      "args": [
        "-y",
        "mirroir-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mirroir-mcp]
command = "npx"
args = ["-y", "mirroir-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mirroir-mcp": {
      "args": [
        "-y",
        "mirroir-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mirroir-mcp": {
      "args": [
        "-y",
        "mirroir-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mirroir MCP

same job, measured the same way
PilotGentic
by pilotgentic

macOS desktop control for Claude: click, type, screenshot, AX tree, browser control, agentic loops.

19 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

local only
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
KeyShot MCP
by truman-t3

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

149 installs/wk local only
Preflight Ios MCP
by ethanackerman-git

57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more.

51 installs/wk local only
Desktop MCP
by jaimenbell

Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.

73 installs/wk local only

Mirroir MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mirroir MCP?
Mirroir MCP 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 mirroir-mcp was installed 297 times last week.
How do I connect Mirroir MCP?
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 mirroir-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mirroir MCP?
The npm package mirroir-mcp was installed 297 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mirroir MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Swift, 222 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.