A Model Context Protocol (MCP) server that bridges React Native DevTools, enabling AI assistants to debug, profile, and inspect React Native applications through a standardized protocol.
⚠️ WORK IN PROGRESS - This project is highly experimental and not recommended for production use. APIs may change without notice.
This MCP server acts as an intermediary between AI assistants and React Native DevTools. It understands the Chrome DevTools Protocol (CDP) used by React Native DevTools and mimics the DevTools interface to provide insights into:
- Component structure and hierarchy
- Rendering performance metrics
- JavaScript execution and debugging
- Network requests and storage
- Real-time logging and error tracking
MIT License - see LICENSE file for details.