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.
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.
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.
claude mcp add expo-android -- npx -y @fndchagas/expo-android
{
"mcpServers": {
"expo-android": {
"args": [
"-y",
"@fndchagas/expo-android"
],
"command": "npx"
}
}
}
[mcp_servers.expo-android]
command = "npx"
args = ["-y", "@fndchagas/expo-android"]
{
"mcpServers": {
"expo-android": {
"args": [
"-y",
"@fndchagas/expo-android"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Zabbix monitoring and automation
MCP server for browser automation via Vercel's agent-browser CLI
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
MCP server for Zen Browser automation via WebDriver BiDi
MCP server for iOS and Android Mobile Development, Automation and Testing
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
MCP server for browser automation with AI agent
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
Answers built from our own checks of this server.