Content
# Android MCP Golang
An MCP Server that integrates the ADB command, providing device actions capabilities into LLM
# Demo

## Tools
- **input-text**
- will execute send keys and click submit if necessary
- **tap-with-coordinate**
- Tap on the screen at given x,y coordinates
- **list-element**
- List elements on screen and their coordinates, with display text, id, class and bounds. Do not cache this result.
- **take-sceenshot**
- Take a screenshot of the mobile device.