Skip to content
Cursor

android puppeteer mcp for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install android puppeteer mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "android-puppeteer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "android-puppeteer-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

android puppeteer mcp in other clients