MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A plugin-based MCP server for React Native runtime debugging, inspection, and automation. Connects to Metro bundler via Chrome DevTools Protocol β no app code changes needed for most features.
Works with Expo, bare React Native, and any project using Metro + Hermes.
Codex stores MCP servers in ~/.codex/config.toml by default, and the Codex CLI and IDE extension share that configuration.
If you prefer to configure it manually:
Run OpenCode's interactive MCP installer:
Choose a local server, name it metro-mcp, and use npx -y metro-mcp as the command.
If you prefer to configure it manually, add this to opencode.json in your project, or to ~/.config/opencode/opencode.json for a global install:
Or with Bun:
Or with Bun:
If you use several MCP clients, add-mcp can write the config for supported agents, including Claude Code, Codex, Cursor, OpenCode, and VS Code:
metro-mcp supports multiple agents at the same time. Standard stdio installs start or reuse a local shared daemon for the same project directory and Metro/config options, so Codex, Claude Code, Cursor, and other clients can connect concurrently to the same running Metro app and see the same logs, network requests, errors, and runtime state.
If you want to expose one long-lived MCP endpoint yourself, start the shared server explicitly:
This serves Streamable HTTP at http://127.0.0.1:8765/mcp. The endpoint supports both the 2025-era MCP handshake and the 2026-07-28 negotiation; /sse and /messages are intentionally unavailable. Tools such as supergateway can point at the Streamable HTTP endpoint instead of launching a fresh stdio process per request.
For OpenCode, add the port to the command array:
xcrun simctl is used for most operations)adb on your PATHbrew install idb-companion. Tools will tell you when IDB is needed.metro-mcp connects to your running Metro dev server the same way Chrome DevTools does:
No app modifications required for core debugging features.
| Plugin | Tools | Description |
|---|---|---|
| console | 2 | Console log collection with filtering |
| network | 6 | Network request tracking, response body inspection, and stats |
| errors | 3 | Runtime exception collection + Metro bundle error detection |
| evaluate | 1 | Execute JavaScript in the app runtime |
| device | 4 | Device management, connection status, and app reload |
| environment | 4 | Build flags, platform constants, env vars, and Expo config inspection |
| source | 1 | Stack trace symbolication |
| redux | 3 | Redux state inspection and action dispatch |
| components | 5 | React component tree inspection |
| storage | 3 | AsyncStorage reading |
| simulator | 6 | iOS simulator / Android device control |
| deeplink | 2 | Cross-platform deep link testing |
| permissions | 5 | Inspect and manage app permissions on iOS Simulator and Android Emulator |
| ui-interact | 6 | UI automation (tap, swipe, type) |
| navigation | 4 | React Navigation / Expo Router state |
| accessibility | 3 | Accessibility auditing |
| commands | 2 | Custom app commands |
| automation | 3 | Wait/polling helpers for async state changes |
| profiler | 9 | CPU profiling (React DevTools hook) + heap sampling + render tracking |
| test-recorder | 7 | Record interactions and generate Appium, Maestro, or Detox tests |
| filesystem | 5 | Browse and read files in app sandbox directories (Documents, caches, SQLite DBs) |
| devtools | 1 | Open Chrome DevTools alongside the MCP via CDP proxy |
| debug-globals | 1 | Auto-discover Redux stores, Apollo Client, and other debug globals |
| inspect-point | 1 | Coordinate-based React component inspection (experimental) |
| statusline | 1 | Claude Code status bar integration |
β See the full tools reference.
Hermes (the React Native JavaScript engine) only allows a single CDP debugger connection at a time. Since metro-mcp uses that connection, pressing "j" in Metro or tapping "Open Debugger" in the dev menu will steal the connection and disconnect the MCP.
metro-mcp solves this with a built-in CDP proxy that multiplexes the single Hermes connection, allowing Chrome DevTools and the MCP to work simultaneously.
Use the open_devtools MCP tool instead of the usual methods. It opens the same React Native DevTools frontend (rn_fusebox) that Metro uses, but routes the WebSocket connection through the proxy so both can coexist.
The tool automatically finds Chrome or Edge using the same detection as Metro and opens a standalone DevTools window.
| Method | What happens |
|---|---|
| Pressing "j" in Metro terminal | Disconnects the MCP |
| "Open Debugger" in the dev menu | Disconnects the MCP |
open_devtools MCP tool | Works alongside the MCP |
The CDP proxy is enabled by default. To change the port or disable it:
Get live Metro CDP connection status in your Claude Code status bar.
Run setup_statusline in Claude Code β it writes a script to ~/.claude/metro-mcp-statusline.sh, then ask Claude to add it to your status bar:
The status bar segment shows three states:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/metro-mcp)<a href="https://allmcps.com/mcp/metro-mcp"><img src="https://allmcps.com/api/badge/metro-mcp?style=directory" alt="Metro MCP on AllMCPs" /></a>