Skip to content

android puppeteer mcp for Grok

io.github.pedro-rivas/android-puppeteer-mcp

MCP server for Android automation with UI interaction, screenshots, and device control

client:Grok transport:stdio runtime:pypi

Install android puppeteer mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "android-puppeteer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "android-puppeteer-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

android puppeteer mcp in other clients