React Native Debugger MCP
This server allows you to interact with React Native application debuggers via Metro:
Retrieve Connected Apps: Discover React Native applications connected to a Metro server by specifying the port
Read Console Logs: Access console logs from specific connected applications through their WebSocket debugger URL
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@React Native Debugger MCPshow me the latest console logs from Metro"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
React Native Debugger MCP
An MCP server that connects to your React Native application debugger.
✨ Key Features
Can retrieve console logs from Metro
Related MCP server: mac-apps-launcher
🚀 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"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server to control iOS Simulators.Last updated1153MIT
- Alicense-qualityDmaintenanceAn MCP server to list and launch applications on MacOSLast updated2919MIT
- Alicense-qualityDmaintenanceAn MCP server for Android's Tasker automation appLast updated45MIT
- Alicense-qualityBmaintenanceThis MCP server enables real-time debugging and inspection of running React Native apps, providing access to console logs, errors, network requests, navigation state, storage, and performance profiling.Last updated1MIT
Related MCP Connectors
MCP server for understanding Javascript internals from ECMAScript specification.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/twodoorsdev/react-native-debugger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server