React Native Debugger MCP - Secure MCP Server by ALMC Security 2025

React Native Debugger MCP

View on GitHub

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

Related in Development - Secure MCP Servers

ServerSummaryActions
Homebrew MCPA Model Context Protocol (MCP) server for Homebrew package management on macOS, designed for seamles...View
MCP GatewayThe MCP gateway is a reverse proxy server that forwards requests from clients to the MCP server or u...View
Bash MCPA simple MCP (Model Context Protocol) server that enables Claude to execute shell commands without p...View
ClojarsView
MCP Gemini CLINo documentation available.View
xctoolsA Model Context Protocol (MCP) server that provides structured access to Xcode development tools inc...View