Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots
Most monitoring and observability work still happens through a UI a human drives. ExecBro MCP server moves it into the conversation instead. Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots.
Build, debug, and verify features end-to-end — without leaving the chat.
The server publishes 7 tools. What each one is for:
scan_metro — Start here — scan for Metro servers and auto-connectget_network_requests — Monitor HTTP requests with method/status filteringget_screen_state — Orientation snapshot — active route, overlays, and every element with a tap-ready (x, y)get_screen_layout — Screen map of visible components with positions, sizes, and text contenttap — Unified tap — auto-detects platform, tries fiber → accessibility → OCR → coordinatesdismiss_keyboard — Blur the focused input and close the on-screen keyboardexecute_in_app — Run JS expressions in the app runtime (REPL-style)execbro-sdk in your app — wires stores and the network layer into the agent for dramatically better debugging (optional; ExecBro works without it) - iOS UI automation: AXe CLI (brew install cameroncooke/axe/axe, default) or [FacebookBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. ExecBro's toolset — scan_metro, get_network_requests, get_screen_state and 4 more — is a fair guide to whether it matches your workflow. It is maintained by com.execbro; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scan_metro | **Start here** — scan for Metro servers and auto-connect |
| get_network_requests | Monitor HTTP requests with method/status filtering |
| get_screen_state | **Orientation snapshot** — active route, overlays, and every element with a tap-ready (x, y) |
| get_screen_layout | Screen map of visible components with positions, sizes, and text content |
| tap | **Unified tap** — auto-detects platform, tries fiber → accessibility → OCR → coordinates |
| dismiss_keyboard | Blur the focused input and close the on-screen keyboard |
| execute_in_app | Run JS expressions in the app runtime (REPL-style) |
{
"mcpServers": {
"execbro": {
"command": "npx",
"args": ["-y", "execbro"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
execbro-sdk in your app — wires stores and the network layer into the agent for dramatically better debugging (optional; ExecBro works without it) - iOS UI automation: AXe CLI (brew install cameroncooke/axe/axe, default) or [FacebookGive your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.