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
Feature DiscussionA TypeScript-based Model Context Protocol (MCP) server that facilitates intelligent feature discussi...View
MCP Project InitializerAn intelligent MCP (Model Context Protocol) server that automates the setup of new AI-powered MCP se...View
Test AutomatorA comprehensive, intelligent, and extensible testing automation platform powered by Large Language M...View
MavenView
MCP Expr LangView
BaseMcpServerA minimal containerized base for MCP servers using the MCP Python SDK.View