react-native-devtools-mcp
by V3RON
Overview
This server bridges React Native DevTools to AI assistants, enabling debugging, profiling, and inspection of React Native applications through the Model Context Protocol (MCP).
Installation
node build/index.jsSecurity Notes
The server exposes an `evaluate-javascript` tool that allows arbitrary JavaScript code execution on the connected React Native application via CDP's Runtime.evaluate. While this is its intended functionality for AI debugging, it presents a significant security risk if the server is exposed to untrusted networks or inputs, potentially leading to remote code execution. The README explicitly labels it 'WORK IN PROGRESS' and 'highly experimental' and 'not recommended for production use', which reinforces the need for extreme caution.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
ExpoSnap
Enables AI assistants to view and analyze screenshots from React Native/Expo applications for AI-powered mobile UI development.