This server allows you to interact with React Native application debuggers via Metro:
Retrieve Connected Apps: Discover React Native applications connected to a Metro server by specifying the port
Read Console Logs: Access console logs from specific connected applications through their WebSocket debugger URL
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 MCP Servers
- AsecurityFlicenseAqualityImplements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.Last updated -102
- -securityAlicense-qualityA GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities.Last updated -54MIT License
- -securityAlicense-qualityA MCP server for LLDB that allows automatic analyzing, debugging and disassembling of native apps.Last updated -63BSD 2-Clause "Simplified" License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides development and debugging tools for Expo-based React Native applications, enabling developers to manage Expo servers, capture logs, and manipulate project files.Last updated -5