GitHub Stars
525
User Rating
Not Rated
Favorites
0
Views
27
Forks
42
Issues
3
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.x
ADB: Installed and configured
Android device or emulator (not tested)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/minhalvp/android-mcp-server.git
cd android-mcp-server
2. Install Dependencies
This project uses [uv](https://github.com/astral-sh/uv) for project management:bash
uv python install 3.11
uv sync