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 ServersThis repository is a collection of reference implementations for the Model Context Protocol (MCP), a...View
Chrome DevTools MCP ServerView
Cargo Package README MCP ServerView
Chess FEN MCP ServerA Model Context Protocol (MCP) server that provides chess FEN notation validation and visualization...View
PrefectThis repository provides a Prefect MCP server configuration using the prefect-mcp-server package wit...View
MCP Server BoilerplateA playground for Model Context Protocol (MCP) server built with TypeScript and Streamable HTTP trans...View