
React Native Debugger MCP
โ 32from twodoorsdev
Connects to the React Native application debugger to retrieve console logs from Metro.
๐ฅ๐ฅโ VerifiedFreeQuick setup
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"]
}
}
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ