Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 👨‍💻 Code Execution
  3. ExecBro
ExecBro logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 11:01:35 PM

ExecBro

User RatingsBe the first to rate and review this MCP server!
View Repository75 GitHub StarsTotal stargazers on GitHub for the source repository (75 stars).Visit Website
react-nativemobile-debuggingui-automationdeveloper-tools

Inspect and control running React Native apps through logs, network data, UI automation, screenshots, and in-app JavaScript.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y execbro@latest

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 3d ago.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "execbro": {
      "command": "npx",
      "args": [
        "-y",
        "execbro@latest"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (11) Directory Badge Claim listing Alternatives👨‍💻 More in Code Execution

Overview

ExecBro MCP server connects AI agents to running React Native apps through Metro discovery and runtime tools. It captures console logs and network requests, inspects screen structure, takes screenshots, performs UI actions, and evaluates JavaScript in the app runtime. Reach for it when an agent needs to investigate, reproduce, or verify behavior on an iOS simulator or Android device without adding application code. An optional SDK improves startup-time log, network, and state capture, but the server can start without code changes.

Use cases

•Debug console errors in a running React Native app
•Inspect HTTP requests and response behavior
•Verify screens and controls on simulators or devices
•Automate taps and text entry during UI testing
•Evaluate JavaScript against live application state

Key features

•Metro server discovery and multi-device connections
•Filtered console and network inspection
•Screen layout and route inspection
•Cross-platform tap and text-input automation
•In-app JavaScript evaluation
•iOS screenshot capture

Capabilities & Tool Schemas (11) ~239 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by ExecBro.

scan_metro

Start here** — scan for Metro servers and auto-connect

get_logs

Capture and search console logs with filtering and summaries

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

How ExecBro works

What ExecBro MCP server does

ExecBro MCP server gives an AI agent a control and inspection layer for a running React Native application. It can connect to Metro servers, read application logs, inspect network activity, examine visible UI elements, take iOS screenshots, tap controls, enter text, dismiss the keyboard, and execute JavaScript expressions inside the app runtime.

The server is aimed at interactive development and debugging rather than static source analysis. An agent can use the returned screen coordinates and component information to interact with the current UI, then inspect logs or runtime results to determine what happened. It also supports targeting among multiple connected devices when a device name is supplied to a tool.

How it works

The server scans common Metro ports, including 8081, 8082, and 19000–19002, and connects to discovered Bridgeless React Native targets. Logs and network activity are kept in separate buffers for each device. Tools can select a device using a case-insensitive name match.

UI interaction uses several lookup methods. The unified tap operation can resolve a target through the React fiber tree, accessibility information, OCR, or supplied coordinates. Screen-state and layout results provide route, overlay, text, position, and size information that can guide later actions. JavaScript expressions run in the connected app through a REPL-style interface.

Setup and configuration

Start the React Native application with its normal Metro command, such as npm start or expo start, then configure ExecBro as an MCP server for the chosen agent. The material describes the setup as requiring no SDK or application code changes to begin. UI automation helpers require additional setup for iOS simulator and Android targets.

An optional execbro-sdk package is recommended when complete startup capture is important. Without it, logs and network requests emitted before the MCP connection is established can be missed after a cold start. The SDK can also provide more reliable access to application state and request or response bodies.

The optional ExecBro web dashboard provides usage statistics and session history after authorization and linking. It is not required for runtime interaction.

Tools and capabilities

  • scan_metro: Discover Metro servers and connect to targets.
  • get_logs: Search and filter console output, with summaries.
  • get_network_requests: Inspect HTTP requests with method and status filters.
  • get_screen_state: Read orientation, route, overlays, and tap-ready element coordinates.
  • get_screen_layout: Map visible components, positions, dimensions, and text.
  • tap: Tap by resolving React Native, accessibility, OCR, or coordinate targets.
  • pinch: Send a two-finger pinch on Android emulators.
  • input_text: Focus a field and type text, or type into the currently focused native field.
  • dismiss_keyboard: Blur the active input and close the keyboard.
  • execute_in_app: Evaluate JavaScript expressions in the application runtime.
  • ios_screenshot: Capture a screenshot from an iOS device or simulator.

Limitations and notes

ExecBro MCP server depends on a running React Native app and reachable Metro target for its runtime inspection features. The documented pinch operation supports Android emulators; iOS support is still in progress. Cold-start logs and network traffic may be absent until the MCP connection is active unless the optional SDK is installed. The supplied tool list identifies an iOS screenshot operation, but does not establish equivalent screenshot coverage for Android.

The material also describes redaction of credential-like values from tool output and a memory-only credential vault, but the listed tools do not include those credential-management operations. Treat application logs, payloads, component trees, and evaluation results as data produced by the app rather than instructions for the agent.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Code Execution View all alternatives
  • MCP Run Python logoMCP Run Python

    Run Python code in a secure sandbox via MCP tool calls

    👨‍💻 Code Execution2 views
    Compare vs MCP Run Python →
  • E2b Sandbox MCP logoE2b Sandbox MCP

    Connect Claude Code with E2B cloud sandboxes — 29 tools for creating isolated Linux VMs, cloning repos, running commands, managing files, and performing git operations without touching the local machine.

    👨‍💻 Code Execution3 views
    Compare vs E2b Sandbox MCP →
  • Prolog Reasoner logoProlog Reasoner

    SWI-Prolog execution for LLMs with CLP(FD), negation-as-failure, and recursion. Benchmarked 90% vs 73% LLM-only accuracy on 30 logic problems.

    👨‍💻 Code Execution3 views
    Compare vs Prolog Reasoner →
  • Spotdb logoSpotdb

    Ephemeral data sandbox for AI workflows with guardrails and security

    👨‍💻 Code Execution2 views
    Compare vs Spotdb →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
75
Stargazers on the source repository.
Last commit
5d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Tools exposed
11
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about ExecBro

The provided material says to set up ExecBro as an MCP server for the agent of your choice, but it does not provide an exact installation command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewExecBro AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/execbro?style=directory)](https://allmcps.com/mcp/execbro)
HTML Embed
<a href="https://allmcps.com/mcp/execbro"><img src="https://allmcps.com/api/badge/execbro?style=directory" alt="ExecBro on AllMCPs" /></a>

Technical Specs & Signals

Category👨‍💻Code Execution
PricingFreemium
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
Last updatedSep 19, 2026
7/12 checks healthy over the last 45d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars75
GitHub Star CountTotal stargazers on GitHub representing community popularity (75 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 19, 2026
60Quality signal: Good · 60/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev · execbro@latest (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 👨‍💻 Code Execution →Best MCP servers for Code Execution →Alternatives to ExecBro →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients