android for Grok
io.github.martingeidobler/android
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
client:Grok
transport:stdio
runtime:npm
Install android in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"android": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"android-mcp-server"
],
"env": {
"ANDROID_HOME": "<ANDROID_HOME>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs