io.github.MobAI-App/mobai-mcp
NPM · MOBAI-MCP · SCANNED SEP 22
AI-powered mobile device automation for Android and iOS devices, emulators, and simulators
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 95 dependencies flagged as unhealthy. 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 (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1393 tokens (~53/item across 26 items; 22 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "execute_dsl" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.MobAI-App/mobai-mcp server?
io.github.MobAI-App/mobai-mcp runs locally as an npm package, launched with npx -y mobai-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · mobai-mcp
claude mcp add mobai-app-mobai-mcp -- npx -y mobai-mcp
{
"mcpServers": {
"mobai-app-mobai-mcp": {
"command": "npx",
"args": [
"-y",
"mobai-mcp"
]
}
}
} {
"servers": {
"mobai-app-mobai-mcp": {
"command": "npx",
"args": [
"-y",
"mobai-mcp"
]
}
}
} codex mcp add mobai-app-mobai-mcp -- npx -y mobai-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mobai-app-mobai-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"mobai-mcp"
],
"enabled": true
}
}
} openclaw mcp add mobai-app-mobai-mcp --command npx --arg -y --arg mobai-mcp
mcp_servers:
mobai-app-mobai-mcp:
command: "npx"
args: ["-y", "mobai-mcp"] {
"McpServers": {
"mobai-app-mobai-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"mobai-mcp"
]
}
}
} assistant mcp add mobai-app-mobai-mcp -t stdio -c npx -a -y mobai-mcp
{
"mcpServers": {
"mobai-app-mobai-mcp": {
"command": "npx",
"args": [
"-y",
"mobai-mcp"
]
}
}
} 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.
- 22 Sept 26 0
- Stability: 0.97 → pass security
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 17 Sept 26 −2
- Stability: pass → 0.83 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- Security disclosure: fail → unverified ▼ functional
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
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 22 Sept 2026 · Analysed npm/mobai-mcp@1.2.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
execute_dsl ~219
Execute a batch of automation steps using the DSL (Domain Specific Language). This is the PREFERRED method for complex automation as it's more reliable than sequential API calls. DSL supports: observe, tap, type, toggle, swipe, scroll, open_app, navigate, wait_for, assert_*, if_exists, delay, execute_js (web) Example DSL script: { "version": "0.2", "steps": [ {"action": "observe", "context": "native", "include": ["ui_tree"]}, {"action": "tap", "predicate": {"text_contains": "Settings"}}, {"action": "delay", "duration_ms": 500}, {"action": "observe", "context": "native", "include": ["ui_tree"]} ], "on_fail": {"strategy": "retry", "max_retries": 2} }
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| script | object | yes | DSL script object with version, steps, and optional on_fail |
No output schema declared.
No examples provided.
get_device ~35
Get information about a specific device
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID (serial for Android, UDID for iOS) |
No output schema declared.
No examples provided.
get_ocr ~46
Perform OCR text recognition on the current screen (iOS only). Returns detected text with screen coordinates for tapping (already adjusted for tapping).
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
get_screenshot ~35
Capture a screenshot from the device. Returns the file path to the saved PNG.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
get_ui_tree ~93
Get the UI accessibility tree showing all visible elements with indices for tapping
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| include_keyboard | boolean | – | Include keyboard elements in the tree (default: false). Useful for interacting with on-screen keyboards. |
| only_visible | boolean | – | Filter to only visible elements (default: true) |
| verbose | boolean | – | Include detailed elements array with bounds (default: false) |
No output schema declared.
No examples provided.
go_home ~24
Navigate to device home screen
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
http_request ~172
Make a raw HTTP request to the MobAI API. Use this for advanced operations not covered by other tools. Base URL: http://127.0.0.1:8686/api/v1 Common endpoints: - GET /devices - List devices - GET /devices/{id}/screenshot - Take screenshot - GET /devices/{id}/ui-tree - Get UI tree - POST /devices/{id}/dsl/execute - Execute DSL script - POST /devices/{id}/agent/run - Run AI agent
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | – | Request body as JSON string |
| method | string | yes | HTTP method |
| timeout_ms | number | – | Timeout in milliseconds (default: 600000) |
| url | string | yes | Full URL or endpoint path (e.g., /devices) |
No output schema declared.
No examples provided.
launch_app ~48
Launch an application by bundle ID
| Name | Type | Req | Description |
|---|---|---|---|
| bundle_id | string | yes | App bundle ID (e.g., com.apple.Preferences, com.android.settings) |
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
list_apps ~25
List installed applications on the device
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
list_devices ~24
List all connected Android and iOS devices, emulators, and simulators
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
run_agent ~101
Run an AI agent to perform a task autonomously. The agent will observe the screen, make decisions, and execute actions to complete the task.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_type | string | – | Agent type (default: toolagent) |
| device_id | string | yes | Device ID |
| task | string | yes | Task description (e.g., 'Open Settings and enable WiFi') |
| use_vision | boolean | – | Enable vision/screenshots (default: from app settings) |
No output schema declared.
No examples provided.
start_bridge ~41
Start the on-device bridge (accessibility service on Android, WebDriverAgent on iOS). Required before automation.
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
stop_bridge ~24
Stop the on-device bridge
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
swipe ~82
Perform a swipe gesture
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| duration_ms | number | – | Duration in milliseconds (default: 300) |
| from_x | number | yes | Starting X coordinate |
| from_y | number | yes | Starting Y coordinate |
| to_x | number | yes | Ending X coordinate |
| to_y | number | yes | Ending Y coordinate |
No output schema declared.
No examples provided.
tap ~76
Tap an element by index (from UI tree) or coordinates
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| index | number | – | Element index from UI tree (preferred) |
| x | number | – | X coordinate (use with y instead of index) |
| y | number | – | Y coordinate (use with x instead of index) |
No output schema declared.
No examples provided.
type_text ~41
Type text on the device (tap input field first to focus)
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| text | string | yes | Text to type |
No output schema declared.
No examples provided.
web_click ~49
Click an element in the web page using CSS selector
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| selector | string | yes | CSS selector (e.g., 'button.submit', '#login-btn') |
No output schema declared.
No examples provided.
web_execute_js ~47
Execute JavaScript in the web page context
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| script | string | yes | JavaScript code to execute (use 'return' for results) |
No output schema declared.
No examples provided.
web_get_dom ~29
Get the DOM tree of the current web page
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
web_list_pages ~34
List available web pages (browser tabs and WebViews) for web automation
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
No output schema declared.
No examples provided.
web_navigate ~38
Navigate to a URL in the browser
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| url | string | yes | URL to navigate to |
No output schema declared.
No examples provided.
web_type ~51
Type text into a web element using CSS selector
| Name | Type | Req | Description |
|---|---|---|---|
| device_id | string | yes | Device ID |
| selector | string | yes | CSS selector for the input element |
| text | string | yes | Text to type |
No output schema declared.
No examples provided.
What is the io.github.MobAI-App/mobai-mcp server?
io.github.MobAI-App/mobai-mcp is listed in the public MCP registry as io.github.MobAI-App/mobai-mcp. AI-powered mobile device automation for Android and iOS devices, emulators, and simulators. This page covers its npm package (mobai-mcp).
Is the io.github.MobAI-App/mobai-mcp server safe to use?
io.github.MobAI-App/mobai-mcp scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.MobAI-App/mobai-mcp server expose?
io.github.MobAI-App/mobai-mcp exposes 22 tools: list_devices, get_device, start_bridge, stop_bridge, get_screenshot, and 17 more. Their descriptions and schemas cost roughly 1,334 tokens of context every time the server is loaded.
Is the io.github.MobAI-App/mobai-mcp server still maintained?
io.github.MobAI-App/mobai-mcp is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.MobAI-App/mobai-mcp server under?
io.github.MobAI-App/mobai-mcp declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.