What problem does it solve?
This Skill enables an AI agent to control an Android device locally via MCP, eliminating cloud dependencies and preserving user privacy.
Core Features & Use Cases
- Device control and automation: make calls, send SMS, read notifications, type text, and launch apps.
- File and media management: read/write files, search media, and manage data on-device.
- Accessibility & TTS: speak text on the device and interact with UI elements.
- Self-hosted, privacy-first: runs entirely within your network with local data storage.
Quick Start
Install and run the server: npm install -g aster-mcp; aster start
Install the Aster Android app and connect to http://localhost:5988/mcp
Configure your .mcp.json with the local MCP URL as shown in the project docs