π¦
react-native-debugger
An MCP server that connects to your React Native application debugger
0 installs
30 stars
11 forks
Trust: 49 β Fair
Devtools
Installation
npx react-native-debugger-mcpAsk AI about react-native-debugger
Powered by Claude Β· Grounded in docs
I know everything about react-native-debugger. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"]
}
}
}
