Skip to content
Grok

Expo Android MCP for Grok

io.github.frndchagas/expo-android

MCP server for Android emulator automation via ADB.

client:Grok transport:stdio runtime:npm

Install Expo Android MCP 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": {
    "expo-android": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

Expo Android MCP in other clients