Rn Devtools Hub MCP Server

The agent runtime for React Native. Your agent sees the app the way React sees it, knows which file produced each element, acts without coordinates, and proves that it works. Zero dependencies, everything stays on your machine. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 3 · #44 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Rn Devtools Hub

Claude Code

claude mcp add rn-devtools-hub-rn-devtools-hub -- npx -y rn-devtools-hub

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rn-devtools-hub-rn-devtools-hub": {
      "command": "npx",
      "args": [
        "-y",
        "rn-devtools-hub"
      ]
    }
  }
}

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

repo age created 2026-07-19 - young repo, little track record yet

license MIT - declared in the repository

npm package rn-devtools-hub - unscoped; check the name against the project README before installing

registry namespace io.github.rn-devtools-hub is GitHub-verified and matches the repo owner

03 · What Rn Devtools Hub can do

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

Latest releases

v0.15.1 · 2026-08-15

0.15.1 (2026-08-15) · redact credentials in bodies, not just in four headers

v0.15.0 · 2026-08-15

0.15.0 (2026-08-15) · hide the dev-menu bubble from the agent, at runtime

v0.14.0 · 2026-08-15

0.14.0 (2026-08-15) · run several projects at once, and stop dressing refusals as results · add swipe_native and hide the dev-menu bubble on launch · name the reason a verdict failed · act on the element ui_act reports…

04 · Who maintains Rn Devtools Hub

rn-devtools-hub is maintained by rn-devtools-hub. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
developer tools - ranked #44 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-15)
registry
io.github.rn-devtools-hub/rn-devtools-hub (active, first published 2026-08-02 · 21 versions)
packages
npm:rn-devtools-hub · npm:rn-devtools-hub

06 · Rn Devtools Hub FAQ

What is Rn Devtools Hub?

The agent runtime for React Native. Your agent sees the app the way React sees it, knows which file produced each element, acts without coordinates, and proves that it works. Zero dependencies, everything stays on your machine. It runs locally over stdio via the published package.

Is Rn Devtools Hub still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Rn Devtools Hub?

Run `npx -y rn-devtools-hub`. You can also paste the ready-made client config above.

Does Rn Devtools Hub 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 Rn Devtools Hub