本项目的 React Native 调试器 MCP 能够从 Metro 获取控制台日志,为 React Native 开发调试提供便利。
在你的 Claude 桌面/Cursor MCP 配置中添加以下内容:
{ "mcpServers": { "react-native-debugger-mcp": { "command": "npx", "args": ["-y", "@twodoorsdev/react-native-debugger-mcp"] } } }