React Native Debugger MCP

March 28, 2025 ยท View on GitHub

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"]
    }
  }
}