Server
Freeby MCP Community
MCP Server for React Native runtime debugging
v1.0.5Added Apr 12, 2026
Server MCP Server
MCP Server for React Native runtime debugging
Installation
Reviews
Installation
Quick install
npx -y @rn-debug-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@rn-debug-mcp/server"]
}
}
}