Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ExecBro in other clients