react-native-debugger-mcp

react-native-debugger-mcp

3.4

If you are the rightful owner of react-native-debugger-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that connects to your React Native application debugger.

React Native Debugger MCP

An MCP server that connects to your React Native application debugger.

✨ Key Features

  • Can retrieve console logs from Metro

🚀 Quick Start

Add the following to your Claude Desktop/Cursor MCP config:

{
  "mcpServers": {
    "react-native-debugger-mcp": {
      "command": "npx",
      "args": ["-y", "@twodoorsdev/react-native-debugger-mcp"]
    }
  }
}