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
MCP UtilsA Python utility package for building Model Context Protocol (MCP) servers.View
TrustwiseThe Trustwise MCP Server is a Model Context Protocol (MCP) server that provides a suite of advanced...View
stdout-mcp-serverA Model Context Protocol (MCP) server that captures and manages stdout logs through a named pipe sys...View
Deno Gemini Grounding MCP Serverhttps://github.com/rinerebox1/deno-gemini-grounding-mcp-serverView
Svelte Documentationllmctx transforms technical documentation into AI-ready formats. It provides a simple way to access...View
MCP Rust CLI server templateModel Context Protocol (MCP) is an open protocol that enables seamless integration between LLM appli...View