
React Native Debugger Mcp
一个连接到您的React Native应用调试器的MCP服务器
概述
React Native Debugger MCP
一个连接到 React Native 应用调试器的 MCP 服务器。
✨ 主要特性
- 可以从 Metro 获取控制台日志
🚀 快速开始
将以下内容添加到您的 Claude Desktop/Cursor MCP 配置中:
json
{
"mcpServers": {
"react-native-debugger-mcp": {
"command": "npx",
"args": ["-y", "@twodoorsdev/react-native-debugger-mcp"]
}
}
}