Connect React Native DevTools for debugging, profiling, and app inspection via MCP.
The available material is sparse, but the tool appears to bridge React Native DevTools so AI assistants can debug, profile, and inspect React Native apps. It is open-source under MIT and declares no external endpoints or secrets, with no clear high-risk red flags; however, local execution capability, debug-level access, and low maturity warrant cautious use.
The material explicitly states that no keys or environment variables are required. No API tokens, account credentials, or other sensitive authentication data are requested, so credential exposure appears low.
No remote endpoints are declared, and the description only indicates bridging local React Native DevTools. Based on the available material, there is no explicit evidence of user data being exfiltrated to third-party services.
The system flags it as executes-code, indicating the tool can run code locally or start debugging-related processes. This is consistent with its debugging bridge purpose and is a common MCP capability, but it implies possible access to local developer tooling and debug interfaces.
The description says it can debug, profile, and inspect React Native applications, which typically implies access to runtime state, debugging information, performance data, and possibly project-related local resources. The material does not show permissions beyond its stated purpose, but the access surface is inherently broad and should be minimized.
Positive factors include being open-source, auditable, and MIT-licensed. However, it comes from a third-party registry, has 0 GitHub stars, unknown maintenance status, and no README, which limits review context. It is better treated as an inspectable but low-maturity third-party project.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "React Native DevTools MCP" yet — see the docs or source repo.
Connect to the React Native DevTools MCP, analyze performance bottlenecks when scrolling on the home screen, identify the causes of frame drops, and suggest optimizations.
A performance analysis highlighting likely lag sources and actionable optimization recommendations.
Use the React Native DevTools MCP to inspect the current screen’s component tree and determine why this button does not update state after being pressed.
The component hierarchy, relevant state-change clues, and likely reasons the state is not updating.
Through the React Native DevTools MCP, inspect runtime logs and network requests to help identify why the login API is failing.
A summary of key logs, failed request details, and likely fault points with troubleshooting directions.
Gives AI agents practical support for React Native coding, inspection, and debugging.
Inspect, control, and debug React Native apps in simulators and emulators.
Connect Chrome DevTools so AI can debug pages and inspect performance.
Dynamically bridge and register MCP capabilities with two-way client communication.
Lets AI control the browser for web actions, extraction, and testing.
Control and inspect a live Chrome browser for automation, debugging, and performance analysis.