
React Native Debugger
An MCP server that connects to your React Native application debugger
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install twodoorsdev/react-native-debugger-mcp -c claude
This command will automatically install and configure the React Native Debugger MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"React Native Debugger": {
"command": "npx",
"args": [
"-y",
"@twodoorsdev/react-native-debugger-mcp"
]
}
}
}
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"]
}
}
}
Details:
Stars
14Forks
1Last commit
4 months agoRepository age
4 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to React Native Debugger:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit