Loading MCP server directory, please wait...
MCP server for Android emulator automation via ADB.
npx @getmcp/cli add io.github.frndchagas/expo-androidRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.frndchagas/expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "adb",
"ADB_SERIAL": "",
"ADB_TIMEOUT_MS": "15000",
"ADB_MAX_BUFFER_MB": "10",
"ADB_DEBUG": "0",
"MCP_TRANSPORT": "stdio",
"PORT": "7332"
}
}
}
}