androidbuild mcp for Grok
io.github.dev-jackson/androidbuild-mcp
Build, deploy, drive and debug Android apps: Gradle, emulators, adb, logcat, UI automation
client:Grok
transport:stdio
runtime:npm
Install androidbuild mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"androidbuild-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@asjackson/androidbuild-mcp"
]
}
}
}
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