Skip to content

twodoorsdev/react-native-debugger-mcp

Repository files navigation

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

About

An MCP server that connects to your React Native application debugger

Resources

License

Stars

Watchers

Forks

Packages

No packages published