mcpbeat Sign in

simframe MCP Server

by lvlrsajjad Your server? Claim it
local only

simframe runs on your own machine — the client starts it, so there is no endpoint to ping. 1 967 installs a week from npm. Last commit 18 Sep 2026.

Always-warm iOS Simulator and Android emulator frames: agents read the screen in ~20ms

Installs per day peak 1 132 · avg 37
a month agotoday
1 967
Installs / week
npm · simframe
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

Builds a file path from a variable src/store.js:19, [пакет] src/store.js:19
  return path.join(ROOT, udid);
  const child = spawn(BINARY, args, { detached: true, stdio: ['ignore', log, log] });

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

Alternatives to simframe

same job, measured the same way
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
Limrun
by limrun

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

answering
Argent
by software-mansion

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

77 660 installs/wk local only
Mobai MCP
by mobai-app

AI-powered mobile device automation for Android and iOS devices, emulators, and simulators

328 installs/wk local only
MailFlat
by mailflat

Real email inboxes for AI agents: open an address, read the one-time code, send mail.

366 installs/wk local only
Alphacouncil Agent
by zhao73

Simulated investment committee: 27 investor lenses read the same filings, debate, and a PM decides.

160 installs/wk local only
A
Projectlaunch
by projectlaunch

Agent-facing site in pre-launch; agents can read the site and submit intent.

4 tools answering
Kshana PNT-resilience simulator
by ashfordeou

Run the validated Kshana PNT-resilience simulator (orbits, frames, GNSS, fusion) from an AI agent.

local only

simframe — questions

Answers built from our own checks of this server.

Why is there no uptime for simframe?
simframe 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 simframe was installed 1 967 times last week.
How do I connect simframe?
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 simframe straight from npm; nothing to host, nothing to sign up for.
How many people use simframe?
The npm package simframe was installed 1 967 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 simframe open source?
Yes — it is published under the MIT licence, written in JavaScript 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.