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.
Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENAI_API_KEY
Environment variable: ANTHROPIC_API_KEY
Environment variable: OPENROUTER_API_KEY
Environment variable: DEFAULT_DEVICE
Environment variable: IOS_DEVICE_UDID
Environment variable: IOS_APPIUM_URL
Environment variable: IOS_BUNDLE_ID
Environment variable: IOS_DEVICES_JSON
Environment variable: IOS_MJPEG_SERVER_PORT
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.