Back to Home
GGBoi360 icon

mobile-dev-mcp

Verified Safe

by GGBoi360

Overview

Provides a read-only MCP server for observing and debugging mobile applications (Android and iOS) by giving a large language model like Claude direct access to device screenshots, logs, and UI hierarchy.

Installation

Run Command
claude mcp add mobile-dev -- npx @ggboi360/mobile-dev-mcp

Security Notes

The server's core functionality relies on executing external commands (ADB, xcrun). However, robust input validation is implemented for all user-provided parameters (device IDs, package names, UDIDs, log filters, ports) before they are used in `execAsync` calls, significantly mitigating shell injection risks. The system strictly adheres to a 'read-only' design, meaning it does not perform actions that modify device state (e.g., taps, installs, inputs), which is verified in tests and documentation. The license cache uses HMAC signing with a machine-specific secret to prevent tampering. While inherent risks exist with running external binaries and relying on an external license validation API, these are well-mitigated and standard for this type of tool.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassHigh
Avg Tokens1000000
Stars1
Forks0
Last Update2026-01-18

Tags

MobileDebuggingAndroidiOSRead-only