MCP

Android MCP Server

An MCP server that connects AI agents to Android devices via ADB for screenshots, UI inspection, and package management.

Android 680 stars Updated 9 months ago
View on GitHub

When to Use

Your agent can see and interact with a connected Android device or emulator through this.

Use Cases

  1. Using the Android MCP, take a screenshot of the current screen and tell me what's wrong with the layout
  2. Inspect the view hierarchy and find why this button isn't showing
  3. 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

Related Tools

Explore More