React Native AI Debugger acts as a Model Context Protocol (MCP) server, allowing AI assistants like Claude, Cursor, and VS Code Copilot to interact directly with a running React Native application. It provides comprehensive capabilities for real-time debugging, including capturing console logs, inspecting React component trees, tracking network requests, executing JavaScript code, and monitoring global application state. Beyond runtime insights, it also offers powerful device control features for both iOS simulators and Android devices, such as screenshots, app management, UI automation, accessibility inspection, and OCR text extraction, making it a powerful bridge for AI-driven development and testing.
Key Features
01Real-time Console Log Capture with filtering and search
02React Component Tree and State Inspection at runtime
03In-app JavaScript Code Execution (REPL-style)
04Cross-platform UI Automation (tap, swipe, text input) and Accessibility Inspection
05iOS Simulator and Android Device Control (screenshots, app management, URL handling)
069 GitHub stars