Expo Android MCP for Claude Desktop
io.github.frndchagas/expo-android
MCP server for Android emulator automation via ADB.
client:Claude Desktop
transport:stdio
runtime:npm
Install Expo Android MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"expo-android": {
"command": "npx",
"args": [
"-y",
"@fndchagas/expo-android"
],
"env": {
"ADB_PATH": "<ADB_PATH>",
"ADB_SERIAL": "<ADB_SERIAL>",
"ADB_TIMEOUT_MS": "<ADB_TIMEOUT_MS>",
"ADB_MAX_BUFFER_MB": "<ADB_MAX_BUFFER_MB>",
"ADB_DEBUG": "<ADB_DEBUG>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"PORT": "<PORT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs