AutoMobile runs on your own machine — the client starts it, so there is no endpoint to ping. 2 078 installs a week from npm. Last commit 18 Sep 2026.
Mobile device interaction automation via MCP
We read the source, 18 h ago · rules 3dff92dd89df
Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.
await execute(adb, `shell rm -rf ${shellQuote(destinationDirectory)}`, request.signal);
RUN curl -fsSL "https://bun.sh/install" | bash -s "bun-v${BUN_VERSION}" \
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.
ProcessBuilder(cmd).redirectErrorStream(true).start()
execFile(file, [...args], { maxBuffer: 16 * 1024 * 1024 }, (error, stdout, stderr) => {
return path.join(
resolveAutoMobileBaseDir(env, homeDir, daemonLaunchWorkingDirectory),
Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.
- name: Update changelog
env:
CURRENT_TAG: v${{ inputs.version }}
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch AutoMobile and you get told the day something new turns up.
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.
claude mcp add auto-mobile -- npx -y @kaeawc/auto-mobile
{
"mcpServers": {
"auto-mobile": {
"args": [
"-y",
"@kaeawc/auto-mobile"
],
"command": "npx"
}
}
}
[mcp_servers.auto-mobile]
command = "npx"
args = ["-y", "@kaeawc/auto-mobile"]
{
"mcpServers": {
"auto-mobile": {
"args": [
"-y",
"@kaeawc/auto-mobile"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"auto-mobile": {
"args": [
"-y",
"@kaeawc/auto-mobile"
],
"command": "npx"
}
}
}
MCP server for Android automation with UI interaction, screenshots, and device control
AI-powered mobile device automation for Android and iOS devices, emulators, and simulators
MCP server for iOS and Android Mobile Development, Automation and Testing
MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.
MCP server for Appium mobile automation on iOS and Android devices with test creation tools.
GNOME Wayland desktop automation via AT-SPI discovery and Mutter input.
Answers built from our own checks of this server.