Mobile Device MCP for Gemini CLI
io.github.srmorete/mobile-device-mcp
Control iOS and Android devices with multi-device and seamless Native/WebView support.
client:Gemini CLI
transport:stdio
runtime:npm
Install Mobile Device MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mobile-device-mcp": {
"command": "npx",
"args": [
"-y",
"@srmorete/mobile-device-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs