Two Doors Dev/react-native-debugger-mcp
Built by Metorial, the integration platform for agentic AI.
Two Doors Dev/react-native-debugger-mcp
Server Summary
Retrieve console logs from Metro
Enhance debugging experience
Real-time log access
An MCP server that connects to your React Native application debugger.
Add the following to your Claude Desktop/Cursor MCP config:
{
"mcpServers": {
"react-native-debugger-mcp": {
"command": "npx",
"args": ["-y", "@twodoorsdev/react-native-debugger-mcp"]
}
}
}