Same issue as with Windows-MCP from the same author — Android-MCP consistently fails to start when installed via uvx from PyPI. The server never connects.
The only working method is manual clone + local install:
git clone https://github.com/CursorTouch/Android-MCP.git
cd Android-MCP
uv sync
- Configure with local
uv --directory path
The recommended uvx method from README never works.
Environment: Windows 11, Python 3.14.2, uv latest, Claude Desktop