- Explore MCP Servers
- react-native-debugger-mcp
React Native Debugger Mcp
What is React Native Debugger Mcp
react-native-debugger-mcp is an MCP server designed to connect to your React Native application debugger, facilitating enhanced debugging capabilities.
Use cases
Use cases for react-native-debugger-mcp include real-time debugging of React Native apps, monitoring console logs during development, and improving the overall debugging process.
How to use
To use react-native-debugger-mcp, add the provided configuration to your Claude Desktop/Cursor MCP config, specifying the command and arguments for launching the server.
Key features
Key features include the ability to retrieve console logs from Metro, which aids in debugging React Native applications effectively.
Where to use
react-native-debugger-mcp is primarily used in the development of React Native applications, particularly for debugging and monitoring application performance.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is React Native Debugger Mcp
react-native-debugger-mcp is an MCP server designed to connect to your React Native application debugger, facilitating enhanced debugging capabilities.
Use cases
Use cases for react-native-debugger-mcp include real-time debugging of React Native apps, monitoring console logs during development, and improving the overall debugging process.
How to use
To use react-native-debugger-mcp, add the provided configuration to your Claude Desktop/Cursor MCP config, specifying the command and arguments for launching the server.
Key features
Key features include the ability to retrieve console logs from Metro, which aids in debugging React Native applications effectively.
Where to use
react-native-debugger-mcp is primarily used in the development of React Native applications, particularly for debugging and monitoring application performance.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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"
]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










