Expo Android MCP
Rank #3,790io.github.frndchagas/expo-android
MCP server for Android emulator automation via ADB.
Expo Android MCP is a Model Context Protocol (MCP) server published by frndchagas. It ranks #3,790 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Expo Android MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 8, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 111,670 of 115,460 servers on MCP Toplist.
Use Expo Android MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add expo-android -e "ADB_PATH=<your ADB_PATH>" -e "ADB_SERIAL=<your ADB_SERIAL>" -e "ADB_TIMEOUT_MS=<your ADB_TIMEOUT_MS>" -e "ADB_MAX_BUFFER_MB=<your ADB_MAX_BUFFER_MB>" -e "ADB_DEBUG=<your ADB_DEBUG>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "PORT=<your PORT>" -- npx -y @fndchagas/expo-androidReplace each placeholder with your own value before saving.
[mcp_servers.expo-android]
command = "npx"
args = ["-y", "@fndchagas/expo-android"]
[mcp_servers.expo-android.env]
ADB_PATH = "<your ADB_PATH>"
ADB_SERIAL = "<your ADB_SERIAL>"
ADB_TIMEOUT_MS = "<your ADB_TIMEOUT_MS>"
ADB_MAX_BUFFER_MB = "<your ADB_MAX_BUFFER_MB>"
ADB_DEBUG = "<your ADB_DEBUG>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
PORT = "<your PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<your ADB_PATH>",
"ADB_SERIAL": "<your ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<your ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<your ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<your ADB_DEBUG>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<your ADB_PATH>",
"ADB_SERIAL": "<your ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<your ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<your ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<your ADB_DEBUG>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"expo-android": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<your ADB_PATH>",
"ADB_SERIAL": "<your ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<your ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<your ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<your ADB_DEBUG>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<your ADB_PATH>",
"ADB_SERIAL": "<your ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<your ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<your ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<your ADB_DEBUG>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<your ADB_PATH>",
"ADB_SERIAL": "<your ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<your ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<your ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<your ADB_DEBUG>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.frndchagas%2Fexpo-android)<a href="https://mcptoplist.com/server/io.github.frndchagas%2Fexpo-android"><img src="https://mcptoplist.com/badge/io.github.frndchagas%2Fexpo-android.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
frndchagas
Other servers by frndchagas
View all frndchagas servers →Available versions (6)
| Version | Published |
|---|---|
| 0.5.2 | Aug 24, 2026 |
| 0.5.1 | Aug 8, 2026 |
| 0.4.0 | Aug 6, 2026 |
| 0.3.0 | Aug 6, 2026 |
| 0.2.1 | Jan 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Expo Android MCP?
- Expo Android MCP is maintained by frndchagas, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Expo Android MCP listed on the Official MCP Registry?
- Yes — Expo Android MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Expo Android MCP have?
- MCP Toplist tracks 6 versions of Expo Android MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Expo Android MCP?
- The source code for Expo Android MCP is hosted at github.com/frndchagas/expo-android.