
React Native调试器
STDIO连接React Native调试器的MCP服务器
连接React Native调试器的MCP服务器
An MCP server that connects to your React Native application debugger.
Add the following to your Claude Desktop/Cursor MCP config:
{ "mcpServers": { "react-native-debugger-mcp": { "command": "npx", "args": ["-y", "@twodoorsdev/react-native-debugger-mcp"] } } }