android-mcp-server

An MCP server that provides control over Android devices via adb

GitHub Stars

525

User Rating

Not Rated

Favorites

0

Views

27

Forks

42

Issues

3

Installation
Difficulty
Beginner
Estimated 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

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources