mcp-android-server-python
Verified Safeby nim444
Overview
Provides an MCP server for AI agents to automate Android devices using uiautomator2.
Installation
uv run python server.pySecurity Notes
The project uses `uiautomator2` which grants powerful control over a connected Android device. It uses `subprocess.run` to check ADB status but does so safely by resolving `adb` path and using fixed commands, avoiding injection risks. No hardcoded secrets or `eval` usage were found. The server can be configured to run on `0.0.0.0` (all network interfaces), which means it's accessible on the local network. Users should ensure their network environment is secure to prevent unauthorized access to the server, as control of the server implies control of the connected Android device.
Similar Servers
lex
Provides a UK legal research API with advanced search capabilities for legislation, caselaw, explanatory notes, and amendments, designed for integration with AI agents via the MCP protocol.
mcp-server
Provides real-time Indian options market data and volatility analytics to AI chats, enabling quantitative analysis and trading insights.
MCP-server-
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.
mcp_server_sample
Provides a backend API for managing school-related data, likely serving information stored in a SQLite database.