mcpbeat Sign in

Android Puppeteer MCP Server

by pedro-rivas Your server? Claim it
local only

Android Puppeteer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 18 Sep 2025.

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

No commits for 12 months.

Installs per day peak 23 · avg 11 · +5% w/w
a month agotoday
78
Installs / week
pypi · android-puppeteer-mcp
4
Stars
0 open issues
18 Sep 2025
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(cmd, capture_output=True, check=True)
Builds a file path from a variable puppeteer.py:355, [пакет] puppeteer.py:355
        filepath = os.path.join(screenshots_dir, filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add android-puppeteer-mcp -- uvx android-puppeteer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "android-puppeteer-mcp": {
      "args": [
        "android-puppeteer-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.android-puppeteer-mcp]
command = "uvx"
args = ["android-puppeteer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "android-puppeteer-mcp": {
      "args": [
        "android-puppeteer-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "android-puppeteer-mcp": {
      "args": [
        "android-puppeteer-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Android Puppeteer MCP

same job, measured the same way
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

156 installs/wk local only
Computer Use
by domdomegg

Control your computer with screenshots, mouse, and keyboard automation.

379 installs/wk local only
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Mobile Device MCP
by saranshbamania

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

52 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

local only
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only

Android Puppeteer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Android Puppeteer MCP?
Android Puppeteer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package android-puppeteer-mcp was installed 78 times last week.
Is Android Puppeteer MCP still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Android Puppeteer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls android-puppeteer-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Android Puppeteer MCP?
The pypi package android-puppeteer-mcp was installed 78 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Android Puppeteer MCP open source?
We cannot say either way: written in Python and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.