Back to Browse

Android Agent MCP Server

Developer ToolsModerate5.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation.

About

Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation.

Security Report

5.3
Moderate5.3Moderate Risk

Ghost in the Droid is a mature phone automation framework with generally sound architecture and appropriate permissions for its purpose. However, there are moderate security concerns around subprocess execution patterns, environment variable handling in network calls, and insufficient input validation in device control operations that could enable command injection or unintended device access. The extensive iOS/Android integration code requires careful review, and some error handling around privileged operations could be tightened. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

4 files analyzed · 12 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.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

LLM features (Skill Creator, Agent Chat)Optional

Environment variable: OPENAI_API_KEY

Alternative LLM providerOptional

Environment variable: ANTHROPIC_API_KEY

OpenRouter LLM providerOptional

Environment variable: OPENROUTER_API_KEY

ADB serial (auto-detected if empty)Optional

Environment variable: DEFAULT_DEVICE

iPhone or simulator UDID; devices are addressed as ios:<udid>Optional

Environment variable: IOS_DEVICE_UDID

Appium server URL, default http://127.0.0.1:4723Optional

Environment variable: IOS_APPIUM_URL

Default iOS app/browser bundle, e.g. com.google.chrome.ios or com.apple.mobilesafariOptional

Environment variable: IOS_BUNDLE_ID

Per-device iOS config for multiple phones/simulators, WDA ports, bundle IDs, and MJPEG portsOptional

Environment variable: IOS_DEVICES_JSON

WDA MJPEG stream port; use one unique port per iOS deviceOptional

Environment variable: IOS_MJPEG_SERVER_PORT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ghost-in-the-droid-android-agent": {
      "env": {
        "IOS_BUNDLE_ID": "your-ios-bundle-id-here",
        "DEFAULT_DEVICE": "your-default-device-here",
        "IOS_APPIUM_URL": "your-ios-appium-url-here",
        "OPENAI_API_KEY": "your-openai-api-key-here",
        "IOS_DEVICE_UDID": "your-ios-device-udid-here",
        "IOS_DEVICES_JSON": "your-ios-devices-json-here",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
        "OPENROUTER_API_KEY": "your-openrouter-api-key-here",
        "IOS_MJPEG_SERVER_PORT": "your-ios-mjpeg-server-port-here"
      },
      "args": [
        "-y",
        "frontend"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!