Expo Android MCP
Quality Score
84
/100
MCP server for Android emulator automation via ADB.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "adb",
"ADB_SERIAL": "<adb_serial>",
"ADB_TIMEOUT_MS": "15000",
"ADB_MAX_BUFFER_MB": "10",
"ADB_DEBUG": "0",
"MCP_TRANSPORT": "stdio",
"PORT": "7332"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "adb",
"ADB_SERIAL": "<adb_serial>",
"ADB_TIMEOUT_MS": "15000",
"ADB_MAX_BUFFER_MB": "10",
"ADB_DEBUG": "0",
"MCP_TRANSPORT": "stdio",
"PORT": "7332"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @fndchagas/expo-android§02 Environment variables
ADB_PATHPath to adb executable.
ADB_SERIALDevice serial to target (optional, use 'auto' to clear and auto-detect).
ADB_TIMEOUT_MSTimeout for adb commands in milliseconds.
ADB_MAX_BUFFER_MBMax buffer size for adb output in MB.
ADB_DEBUGEnable adb debug logs (set to 1).
MCP_TRANSPORTTransport: stdio, http, or both.
PORTHTTP port when MCP_TRANSPORT is http or both.
§03 MCP Quality Score · methodology
freshness
19
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.