# Mobile Device MCP (npm · @srmorete/mobile-device-mcp)

Control iOS and Android devices with multi-device and seamless Native/WebView support.

- Trust score: 62/100 (medium)
- Change this week: +56
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@srmorete/mobile-device-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp.md), [page](https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp)

## Channel facts

- Registry: `npm`
- Package: `@srmorete/mobile-device-mcp`
- Version: `0.1.10`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 7 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 553 tokens (~39/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add srmorete-mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp
```

### Codex

```bash
codex mcp add srmorete-mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "srmorete-mobile-device-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@srmorete/mobile-device-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add srmorete-mobile-device-mcp --command npx --arg -y --arg @srmorete/mobile-device-mcp
```

### Hermes

```yaml
mcp_servers:
  srmorete-mobile-device-mcp:
    command: "npx"
    args: ["-y", "@srmorete/mobile-device-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "srmorete-mobile-device-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@srmorete/mobile-device-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 59, +34)

- [security regression] Provenance: unverified → fail
- [security regression] Stability: 0.17 → unverified
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 25, +19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 6, −18)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.8 → 0.1.10

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (14)

### `list_devices` (~13 tokens)

Lists available mobile devices

### `tap` (~38 tokens)

Taps at coordinates on the device screen

Input parameters:

- `device_id` (string, required)
- `x` (number, required)
- `y` (number, required)

### `double_tap` (~41 tokens)

Double-taps at coordinates on the device screen

Input parameters:

- `device_id` (string, required)
- `x` (number, required)
- `y` (number, required)

### `long_press` (~48 tokens)

Long-presses at coordinates on the device screen

Input parameters:

- `device_id` (string, required)
- `duration` (number)
- `x` (number, required)
- `y` (number, required)

### `scroll` (~59 tokens)

Scrolls on the device screen from start to end coordinates

Input parameters:

- `device_id` (string, required)
- `endX` (number, required)
- `endY` (number, required)
- `startX` (number, required)
- `startY` (number, required)

### `type_text` (~29 tokens)

Types text on the device

Input parameters:

- `device_id` (string, required)
- `text` (string, required)

### `press_button` (~33 tokens)

Presses a hardware/navigation button on the device

Input parameters:

- `button` (string, required)
- `device_id` (string, required)

### `screenshot` (~23 tokens)

Takes a screenshot of the device screen

Input parameters:

- `device_id` (string, required)

### `uitree` (~84 tokens)

Returns the UI element tree of the device screen. Off-screen elements are excluded by default; pass include_invisible: true to keep them. With search, results are ranked leaf-first (visible, non-container, smaller area).

Input parameters:

- `device_id` (string, required)
- `include_invisible` (boolean)
- `limit` (integer)
- `search` (string)

### `launch_app` (~32 tokens)

Launches an app on the device

Input parameters:

- `app_id` (string, required)
- `device_id` (string, required)

### `terminate_app` (~32 tokens)

Terminates an app on the device

Input parameters:

- `app_id` (string, required)
- `device_id` (string, required)

### `list_apps` (~23 tokens)

Lists installed apps on the device

Input parameters:

- `device_id` (string, required)

### `install_app` (~67 tokens)

Installs an app on the device from a file on the host: .apk for Android, .app bundle for iOS simulator, .app or .ipa for iOS real device. Replaces existing installs.

Input parameters:

- `app_path` (string, required)
- `device_id` (string, required)

### `run_code` (~31 tokens)

Execute test automation code on the device

Input parameters:

- `code` (string, required)
- `device_id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp#diagnostics

## Score history

- 2026-08-07: 62
- 2026-08-06: 61
- 2026-08-05: 61
- 2026-08-04: 60
- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 25
- 2026-07-31: 6
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@srmorete/mobile-device-mcp
- Socket report: https://socket.dev/npm/package/@srmorete/mobile-device-mcp
- Repository: https://github.com/srmorete/mobile-device-mcp
- Changelog RSS feed: https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp.json
- HTML version of this page: https://verifymcp.io/servers/srmorete-mobile-device-mcp/srmorete-mobile-device-mcp
