Back to Apps

Android Automation MCP
by growvv
Control Android devices using natural language via uiautomator2 and MCP.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Android Automation MCP is a server that bridges Large Language Models with Android devices. It utilizes uiautomator2 to perform actions on a connected Android phone or emulator, allowing users to automate app interactions, send messages, and capture screen data using simple natural language commands.
Tools
app_control: Open, close, or launch specific Android applications.interaction_tool: Perform clicks, swipes, and text input on the device UI.screen_capture: Take screenshots of the current device state for visual analysis.utility_tool: Manage device settings and perform system-level actions.
Installation
Ensure ADB is installed and USB debugging is enabled on your device. Use npx for quick setup:
{
"mcpServers": {
"android-automation": {
"command": "npx",
"args": ["android-mcp"],
"description": "Android automation assistant"
}
}
}
Supported hosts
- cursor
- claude-code
- cherry-studio
- claude
Quick install
npx android-mcpInformation
- Pricing
- free
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add npx android-mcp to mcpServers config.Claude Desktop
Add npx android-mcp to claude_desktop_config.json.





