连接到您的React Native应用程序调试器的MCP服务器。
在您的Claude Desktop/Cursor MCP配置中添加以下内容:
{ "mcpServers": { "react-native-debugger-mcp": { "command": "npx", "args": ["-y", "@twodoorsdev/react-native-debugger-mcp"] } } }