ExecBro for Cline
io.github.igorzheludkov/execbro
Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots
client:Cline
transport:stdio
runtime:npm
Install ExecBro in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"execbro": {
"command": "npx",
"args": [
"-y",
"execbro"
],
"env": {
"EXECBRO_API_URL": "<EXECBRO_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs