
React Native Debugger
STDIOMCP server connecting to React Native application debugger to retrieve console logs.
MCP server connecting to React Native application debugger to retrieve console logs.
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"] } } }