trackmcp
Back to directory
twodoorsdev

react-native-debugger-mcp

View on GitHub

An MCP server that connects to your React Native application debugger

32 stars TypeScriptOthers Updated Apr 1, 2026

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:

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

Frequently asked questions

What is react-native-debugger-mcp?

react-native-debugger-mcp is An MCP server that connects to your React Native application debugger

How do I install react-native-debugger-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is react-native-debugger-mcp open source?

Yes — it is hosted on GitHub at https://github.com/twodoorsdev/react-native-debugger-mcp and has 32 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP