# ExecBro > React Native DevTools for AI Coding Agents. ExecBro is an MCP server that gives a coding > agent eyes and hands into a running React Native app: screenshots, taps, > swipes, console logs, network capture, and component state. ## Docs - [Setup](https://execbro.com/readme/setup): install and connect ExecBro to your app. - [SDK](https://execbro.com/readme/sdk): install and configure execbro-sdk, the optional in-app companion. - [Tools](https://execbro.com/readme/tools): reference for every MCP tool. - [Skills](https://execbro.com/readme/skills): packaged workflows. ## Tutorials - [React Native MCP Servers in 2026: DevTools, Debuggers, and What Your Agent Actually Needs](https://execbro.com/blog/react-native-mcp/index.md): What a React Native MCP server is, an honest comparison of the open-source options (metro-mcp, react-native-debugger-mcp, Reactotron MCP and more), and a real demo of a full debugging loop with ExecBro. - [Force a 500 Without Touching Your Backend: Network Mocking in React Native (ExecBro)](https://execbro.com/blog/network-mocking/index.md): Make your React Native app receive a 500, a missing field, or no network at all — so your real error handling runs. Six worked examples with network_mock, network_condition and network_replay. - [Read Your React Native App's Console Logs From Your Coding Agent (ExecBro)](https://execbro.com/blog/console-logs/index.md): Drive a running React Native app from your agent with tap and swipe, then read, filter, and clear its console using ExecBro's log tools. ## Tutorials by tool - `clear_logs`: react-native-mcp, console-logs - `get_logs`: react-native-mcp, console-logs - `get_network_requests`: network-mocking - `get_pressable_elements`: react-native-mcp, console-logs - `get_screen_state`: network-mocking - `ios_screenshot`: react-native-mcp, console-logs - `network_condition`: network-mocking - `network_mock`: network-mocking - `network_replay`: network-mocking - `scan_metro`: react-native-mcp, network-mocking, console-logs - `search_logs`: react-native-mcp, console-logs - `swipe`: react-native-mcp, console-logs - `tap`: react-native-mcp, network-mocking, console-logs