React Native デバッガー MCP
React Native アプリケーション デバッガーに接続する MCP サーバー。
✨ 主な特徴
Metroからコンソールログを取得できます
Related MCP server: MCP Server GDB
🚀 クイックスタート
Claude Desktop/Cursor MCP 構成に以下を追加します。
{
"mcpServers": {
"react-native-debugger-mcp": {
"command": "npx",
"args": ["-y", "@twodoorsdev/react-native-debugger-mcp"]
}
}
}