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
Lucide IconsView
MalwareAnalyzerMCPA specialized MCP server for Claude Desktop that allows executing terminal commands for malware anal...View
MasterMCPMasterMCP is a demonstration tool designed to showcase various potential security attack vectors aga...View
MCP Server Starter TemplateA comprehensive starter template for building Model Context Protocol (MCP) servers, specifically des...View
spm-mcpA Model Context Protocol (MCP) server that provides automation capabilities using Swift Package Mana...View
Postman Tool GenerationAn MCP server that generates AI agent tools from Postman collections and requests. This server integ...View