JUHE API Marketplace
twodoorsdev avatar
MCP Server

React Native Debugger MCP

An MCP server that connects to your React Native application debugger

25
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "react-native-debugger-mcp",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@twodoorsdev/react-native-debugger-mcp"
7 ]
8}
JSON8 lines

README Documentation

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source