@twodoorsdev/react-native-debugger-mcp
v1.0.0
Published
An MCP server that connects to your React Native application debugger
Downloads
157
Readme
React Native Debugger MCP
An MCP server that connects to your React Native application debugger.
🚀 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"]
}
}
}✨ Key Features
- Can retrieve console logs from Metro
