mcpbeat Sign in

Expo Android MCP Server

local only

Expo Android MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 8 Sep 2026.

MCP server for Android emulator automation via ADB.

Installs per day peak 178 · avg 17 · +115% w/w
a month agotoday
61
Installs / week
npm · @fndchagas/expo-android
4
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Expo Android MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add expo-android -- npx -y @fndchagas/expo-android
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "expo-android": {
      "args": [
        "-y",
        "@fndchagas/expo-android"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.expo-android]
command = "npx"
args = ["-y", "@fndchagas/expo-android"]
.cursor/mcp.json
{
  "mcpServers": {
    "expo-android": {
      "args": [
        "-y",
        "@fndchagas/expo-android"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "expo-android": {
      "args": [
        "-y",
        "@fndchagas/expo-android"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ADB_PATH (Path to adb executable.), ADB_SERIAL (Device serial to target (optional, use 'auto' to clear and auto-detect).), ADB_TIMEOUT_MS (Timeout for adb commands in milliseconds.), ADB_MAX_BUFFER_MB (Max buffer size for adb output in MB.), ADB_DEBUG (Enable adb debug logs (set to 1).), MCP_TRANSPORT (Transport: stdio, http, or both.), PORT (HTTP port when MCP_TRANSPORT is http or both.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Expo Android MCP

same job, measured the same way
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

84 installs/wk local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Metro MCP
by steve228uk

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

683 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

156 installs/wk local only

Expo Android MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Expo Android MCP?
Expo Android MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @fndchagas/expo-android was installed 61 times last week.
How do I connect Expo Android MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @fndchagas/expo-android straight from npm; nothing to host, nothing to sign up for.
How many people use Expo Android MCP?
The npm package @fndchagas/expo-android was installed 61 times in the last week. Week over week that is +115%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Expo Android MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.