mcpbeat Sign in

SimMirror MCP Server

by andrewkochulab Your server? Claim it
local only

SimMirror runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.

Installs / week
pypi · sim-mirror
2
Stars
4 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

What the code does

We read the source, 2 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.

        return cls(env=dict(os.environ), cwd=Path.cwd(), stdout=sys.stdout, stderr=sys.stderr, stdin=sys.stdin)

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

Alternatives to SimMirror

same job, measured the same way
Ios Sim MCP
by rmathew1973

Drive the iOS Simulator via semantic accessibility-tree snapshots. Sub-200ms, no WebDriverAgent.

32 installs/wk local only
Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token
by adelaidasofia

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

local only
Limrun
by limrun

Cloud iOS simulators and Android emulators your agent can create, drive, and throw away.

answering
Testa
by valewnrt

Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.

27 installs/wk local only
VibeView
by vibeview

Drive live iOS, Android, Apple TV and Android TV devices in the cloud to verify app changes.

649 installs/wk local only
ios-agent
by emazaheri

Drive a real iPhone or an iOS Simulator with an AI agent, through XCUIAutomation.

732 installs/wk local only
Flutter MCP Toolkit
by arenukvern

Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools

local only
Argent
by software-mansion

Drive iOS Simulators, Android emulators, TVs and Electron/web apps from your coding agent

77 660 installs/wk local only

SimMirror — questions

Answers built from our own checks of this server.

Why is there no uptime for SimMirror?
SimMirror 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 pypi package sim-mirror.
How do I connect SimMirror?
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 sim-mirror straight from pypi; nothing to host, nothing to sign up for.
Is SimMirror open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 2 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.