mcpbeat Sign in

Metro MCP Server

by steve228uk Your server? Claim it
local only

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

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

Installs per day peak 312 · avg 117 · +51% w/w
a month agotoday
683
Installs / week
npm · metro-mcp
81
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/plugins/filesystem.ts:275
                ? await ctx.exec(`${adbPrefix(target.id)} shell ${ra}sh -c 'dd if="${path}" bs=${limit} count=1 2>/dev/null | base64'`)
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.

    const child = spawn(process.execPath, [entry, 'serve', ...args], {
Reads files and sends them to the network src/daemon.ts:530
    entries = fs.readdirSync(getConfigDir());
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/publish-mcp-registry.yml:25
      - name: Update server.json version
        if: ${{ inputs.version != '' }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Metro MCP and you get told the day something new turns up.

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

Alternatives to Metro MCP

same job, measured the same way
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
Weapp Agent MCP
by chaixueyuan

Agent-first MCP server for WeChat Mini Program debugging & automation via WeChat DevTools.

126 installs/wk local only
Ignition MCP
by jsgorana

MCP server for Inductive Automation Ignition: tags, alarms, history, and Perspective

117 installs/wk local only
UIAutomationMcp
by trsdn

Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.

47 installs/wk local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Just MCP Server
by promptexecution

Expose curated Justfile recipes via MCP for safe deterministic automation.

local only

Metro MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Metro MCP?
Metro 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 metro-mcp was installed 683 times last week.
How do I connect Metro 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 metro-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Metro MCP?
The npm package metro-mcp was installed 683 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Metro MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 81 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.