nim444/mcp-android-server-python
MCP Android agent - This project provides an *MCP (Model Context Protocol)* server for automating Android devices using uiautomator2. It's designed to be easily plugged into AI agents like GitHub Copilot Chat, Claude, or Open Interpreter to control Android devices through natural language.
Implements a modular tool architecture organizing 50+ device automation capabilities (app management, gesture simulation, UI inspection, toast detection) into seven focused modules, reducing server code from 1,321 to 61 lines. Supports both stdio transport for AI agent integration and HTTP streaming for web APIs, with uiautomator2 backend enabling real Android device control without emulation overhead.
Stars
40
Forks
13
Language
Python
License
MIT
Category
Last pushed
Nov 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/nim444/mcp-android-server-python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
CursorTouch/Android-MCP
MCP Server for interacting with Android Devices.
hao-cyber/phone-mcp
A phone control plugin for MCP that allows you to control your Android phone through ADB...
zinja-coder/jadx-ai-mcp
Plugin for JADX to integrate MCP server
zinja-coder/jadx-mcp-server
MCP server for JADX-AI Plugin
srmorete/adb-mcp
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.