react-native-debugger-mcp
Connects to a React Native application debugger to retrieve console logs from Metro, facilitating real-time log access for debugging. Aids in identifying and resolving issues more efficiently during app development.
Author

twodoorsdev
MIT License
Quick Info
Tools 1
Last Updated 2026-02-19
Actions
Tags
debuggerdebuggingreactnative debuggerreact nativedebugger mcp
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"]
}
}
}
