An MCP server that connects to your React Native application debugger
npm install @twodoorsdev/react-native-debugger-mcpAn MCP server that connects to your React Native application debugger.
Add the following to your Claude Desktop/Cursor MCP config:
``json``
{
"mcpServers": {
"react-native-debugger-mcp": {
"command": "npx",
"args": ["-y", "@twodoorsdev/react-native-debugger-mcp"]
}
}
}
- Can retrieve console logs from Metro