react-native-debugger-mcp

react-native-debugger-mcp

6

The React Native Debugger MCP is a server designed to integrate with React Native applications, providing debugging capabilities by retrieving console logs from Metro. It enhances development by streamlining the debugging process.

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