Skip to content
Grok

android for Grok

io.github.us-all/android

Android MCP — ADB-based device, apps, UI, logcat, emulator, files, system, debug

client:Grok transport:stdio runtime:npm

Install android in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "android": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/android-mcp"
      ],
      "env": {
        "ADB_PATH": "<ADB_PATH>",
        "ANDROID_HOME": "<ANDROID_HOME>",
        "ANDROID_SERIAL": "<ANDROID_SERIAL>",
        "ANDROID_TOOLS": "<ANDROID_TOOLS>",
        "ANDROID_DISABLE": "<ANDROID_DISABLE>",
        "ANDROID_MCP_ALLOW_SHELL": "<ANDROID_MCP_ALLOW_SHELL>",
        "ANDROID_MCP_ALLOW_WRITE": "<ANDROID_MCP_ALLOW_WRITE>"
      }
    }
  }
}

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

android in other clients