ExecBro for Cursor
io.github.igorzheludkov/execbro
Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots
client:Cursor
transport:stdio
runtime:npm
Install ExecBro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"execbro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"execbro"
],
"env": {
"EXECBRO_API_URL": "<EXECBRO_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs