Back to Browse

Mobile Device MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

About

AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Google API key for AI visual analysis tools. Get a free key at aistudio.google.com/apikeyRequired

Environment variable: GOOGLE_API_KEY

Pro license key to unlock all 49 tools (format: MDMCP-XXXXX-XXXXX-XXXXX-XXXXX). Get Pro at rzp.io/rzp/r4ijQsJYRequired

Environment variable: MOBILE_MCP_LICENSE_KEY

Custom path to ADB binary. Auto-detected from PATH if not set.Optional

Environment variable: MCP_ADB_PATH

Device serial number to use when multiple devices are connected. Auto-detected if only one device is connected.Optional

Environment variable: MCP_DEFAULT_DEVICE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-saranshbamania-mobile-device-mcp": {
      "env": {
        "MCP_ADB_PATH": "your-mcp-adb-path-here",
        "GOOGLE_API_KEY": "your-google-api-key-here",
        "MCP_DEFAULT_DEVICE": "your-mcp-default-device-here",
        "MOBILE_MCP_LICENSE_KEY": "your-mobile-mcp-license-key-here"
      },
      "args": [
        "-y",
        "mobile-device-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!