MCP
Android MCP Server
An MCP server that connects AI agents to Android devices via ADB for screenshots, UI inspection, and package management.
When to Use
Your agent can see and interact with a connected Android device or emulator through this.
Use Cases
- Using the Android MCP, take a screenshot of the current screen and tell me what's wrong with the layout
- Inspect the view hierarchy and find why this button isn't showing
- Install the latest APK on all connected devices and launch the app
Installation
Claude Code
claude mcp add android -- uv --directory /path/to/android-mcp-server run server.py
Setup
git clone https://github.com/minhalvp/android-mcp-server.git && cd android-mcp-server && uv sync
Prerequisites
- Python 3.11+
- ADB installed
- Android device or emulator connected