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 for AI agents, offering capabilities to search legislation, caselaw, amendments, and explanatory notes using semantic and keyword search, and includes a Micro-Copilot (MCP) server for integration with AI assistants.
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
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.