---
slug: "react-native-debugger-mcp"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/twodoorsdev/react-native-debugger-mcp@main/README.md"
repo: "https://github.com/twodoorsdev/react-native-debugger-mcp"
source_file: "README.md"
branch: "main"
---
# 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:

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