rn-devtools-hub for Cursor
io.github.rn-devtools-hub/rn-devtools-hub
Drive a running React Native or Expo app from inside its JS runtime: see, act, prove.
client:Cursor
transport:stdio
runtime:npm
Install rn-devtools-hub in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rn-devtools-hub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rn-devtools-hub"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs