Back to Apps

Android MCP
by cursortouch
Bridge AI agents to Android devices for app navigation, UI interaction, and automated QA testing via ADB.
0 stars
Works in:claude
Exposes:Tools
What it does
Android MCP connects LLM agents to Android devices (physical or emulated) using ADB and the Android Accessibility API. It allows AI to perform real-world tasks like navigating apps, interacting with UI elements, and executing shell commands without requiring a complex computer-vision pipeline.
Tools
- State-Tool: Provides a snapshot of active apps and interactive UI elements.
- Click-Tool: Performs a click at specified screen coordinates.
- Long-Click-Tool: Performs a long click at specified coordinates.
- Type-Tool: Inputs text at specified coordinates.
- Swipe-Tool: Swipes from one location to another.
- Drag-Tool: Drags an element from one point to another.
- Press-Tool: Presses system keys like Back or Volume.
- Wait-Tool: Pauses execution for a defined duration.
- Notification-Tool: Accesses device notifications.
- Shell-Tool: Executes arbitrary shell commands on the Android device.
Installation
Add the following to your claude_desktop_config.json:
{ "mcpServers": { "android-mcp": { "command": "uvx", "args": [ "--python", "3.13", "android-mcp" ] } } }
Supported hosts
- Claude Desktop
Quick install
uvx --python 3.13 android-mcpInformation
- Pricing
- free
- Published
- 5/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"android-mcp": {
"command": "uvx",
"args": ["--python", "3.13", "android-mcp"]
}
}
}





