MCP ExplorerExplorer

React Native Debugger Mcp

@twodoorsdevon 9 months ago
13 MIT
FreeCommunity
AI Systems
An MCP server that connects to your React Native application debugger

Overview

What is React Native Debugger Mcp

react-native-debugger-mcp is an MCP server designed to connect to your React Native application debugger, facilitating enhanced debugging capabilities.

Use cases

Use cases for react-native-debugger-mcp include real-time debugging of React Native apps, monitoring console logs during development, and improving the overall debugging process.

How to use

To use react-native-debugger-mcp, add the provided configuration to your Claude Desktop/Cursor MCP config, specifying the command and arguments for launching the server.

Key features

Key features include the ability to retrieve console logs from Metro, which aids in debugging React Native applications effectively.

Where to use

react-native-debugger-mcp is primarily used in the development of React Native applications, particularly for debugging and monitoring application performance.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers