Expo Android MCP for Cline
io.github.frndchagas/expo-android
MCP server for Android emulator automation via ADB.
client:Cline
transport:stdio
runtime:npm
Install Expo Android MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs