io.github.martingeidobler/android
NPM · ANDROID-MCP-SERVER · SCANNED AUG 3
Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.
Available components
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. How we score →
Supply Chain Security70
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects sharp 0.33.5, a direct dependency. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (124 of 128), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 137 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1256 tokens (~59/item across 21 items; 21 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · android-mcp-server
claude mcp add martingeidobler-android -- npx -y android-mcp-server
codex mcp add martingeidobler-android -- npx -y android-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"martingeidobler-android": {
"type": "local",
"command": [
"npx",
"-y",
"android-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add martingeidobler-android --command npx --arg -y --arg android-mcp-server
mcp_servers:
martingeidobler-android:
command: "npx"
args: ["-y", "android-mcp-server"] {
"mcpServers": {
"martingeidobler-android": {
"command": "npx",
"args": [
"-y",
"android-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +34
- GHSA-f88m-g3jw-g9cj affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 +21
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: unverified functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- 27 Jul 26 25
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-f88m-g3jw-g9cj | high | yes |
Dependencies 124 packages
124 packages in the resolved dependency tree · 124 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
adb_shell ~46
Run an arbitrary ADB shell command
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | Shell command to execute on the device |
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
clear_logs ~42
Clear the logcat buffer. Call this before reproducing a bug to get clean logs.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
get_current_activity ~33
Get the currently displayed app and activity
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
get_device_info ~45
Get device details: model, manufacturer, Android version, API level, screen size, and DPI.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
get_logs ~149
Get device logcat output. Use to find crashes, exceptions, and errors after reproducing a bug.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| level | string | — | Minimum log level: V(erbose), D(ebug), I(nfo), W(arn), E(rror), F(atal) |
| lines | number | — | Number of recent log lines to return (default 200) |
| package_name | string | — | Filter logs by app package name (e.g., com.example.app) |
| since | string | — | Show logs since timestamp (e.g., '2024-01-15 10:30:00.000') |
No output schema declared.
No examples provided.
get_ui_tree ~58
Get the UI element hierarchy of the current screen. Returns interactive elements with their bounds, text, resource IDs, and state. Use this to find elements before tapping.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
install_apk ~47
Install an APK file on the device
| Name | Type | Req | Description |
|---|---|---|---|
| apk_path | string | yes | Local path to the APK file |
| device_id | string | — | Device ID (optional if only one device) |
No output schema declared.
No examples provided.
launch_app ~67
Launch an Android app by package name
| Name | Type | Req | Description |
|---|---|---|---|
| activity | string | — | Activity to launch (optional - launches default if omitted) |
| device_id | string | — | Device ID (optional if only one device) |
| package_name | string | yes | App package name (e.g., com.android.settings) |
No output schema declared.
No examples provided.
list_avds ~15
List available Android Virtual Devices
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_devices ~16
List connected Android devices and emulators
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
press_key ~40
Press a hardware/software key
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| key | string | yes | Key to press |
No output schema declared.
No examples provided.
pull_file ~74
Pull a file from the Android device to the local filesystem.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| local_path | string | yes | Local path to save the file to |
| remote_path | string | yes | Path on the device (e.g., /sdcard/somefile.txt) |
No output schema declared.
No examples provided.
screenshot ~64
Take a screenshot of the Android device. Returns the image for visual analysis. Optionally saves to a file path.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| save_path | string | — | Local file path to save the screenshot PNG (optional) |
No output schema declared.
No examples provided.
scroll_to_element ~76
Scroll down repeatedly until an element matching the given criteria is visible
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | How to find the element |
| device_id | string | — | Device ID (optional if only one device) |
| max_scrolls | number | — | Maximum scroll attempts (default 10) |
| value | string | yes | Value to match |
No output schema declared.
No examples provided.
start_emulator ~48
Start an Android emulator. Waits up to 60s for it to come online.
| Name | Type | Req | Description |
|---|---|---|---|
| avd_name | string | yes | Name of the AVD to start (from list_avds) |
No output schema declared.
No examples provided.
swipe ~91
Perform a swipe gesture on the screen
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| duration_ms | number | — | Swipe duration in ms (default 300) |
| end_x | number | yes | End X coordinate |
| end_y | number | yes | End Y coordinate |
| start_x | number | yes | Start X coordinate |
| start_y | number | yes | Start Y coordinate |
No output schema declared.
No examples provided.
tap ~47
Tap at specific screen coordinates
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| x | number | yes | X coordinate |
| y | number | yes | Y coordinate |
No output schema declared.
No examples provided.
tap_and_wait ~102
Tap element then wait for UI to settle and return the new UI tree. Combines tap + wait + get_ui_tree into a single fast operation.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | How to find the element to tap |
| device_id | string | — | Device ID (optional if only one device) |
| value | string | yes | Value to match |
| wait_ms | number | — | Time to wait for UI to settle after tap (default 1000ms) |
No output schema declared.
No examples provided.
tap_element ~73
Tap a UI element by its resource-id, text, or content-desc. Finds the element in the UI tree and taps its center.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | How to find the element |
| device_id | string | — | Device ID (optional if only one device) |
| value | string | yes | Value to match |
No output schema declared.
No examples provided.
type_text ~43
Type text into the currently focused input field
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | — | Device ID (optional if only one device) |
| text | string | yes | Text to type |
No output schema declared.
No examples provided.
wait_for_element ~80
Wait for a UI element to appear on screen. Polls every 500ms.
| Name | Type | Req | Description |
|---|---|---|---|
| by | string | yes | How to find the element |
| device_id | string | — | Device ID (optional if only one device) |
| timeout_ms | number | — | Timeout in ms (default 10000) |
| value | string | yes | Value to match |
No output schema declared.
No examples provided.