Skip to content

Server

Free

by MCP Community

MCP Server for React Native runtime debugging

v1.0.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server MCP Server

MCP Server for React Native runtime debugging

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @rn-debug-mcp/server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": ["-y", "@rn-debug-mcp/server"]
    }
  }
}