GraphCanon updated Sep 20, 2026 · GitHub synced Sep 20, 2026
43views this month
Decision brief
Android-MCP is a Python-based server for interacting with Android devices designed to ease development tasks that require automation and interaction through a dedicated MCP server.
Good fit when
- When developing applications requiring close integration with the Android device's hardware and needing an automated testing framework
- For projects where a Python-centric approach is preferred, ensuring seamless execution without external dependencies beyond Python
Avoid when
- If your project requires extensive use of native Java or Kotlin for deep system interactions that cannot leverage Python effectively
- In scenarios demanding very lightweight server solutions, as Android-MCP might introduce additional overhead due to its full-feature set
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (80d since push)
- As of Sep 20, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 20, 2026
- Security (OSV)
- No lockfile
- As of Jul 19, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install Android-MCP PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A server implementation in Python to facilitate interactions with Android devices.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Sep 20, 2026
- Languages
- python
Source: github.language+pyproject.toml · Sep 20, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 20, 2026)
> **Windows note:** Use Python 3.13 for `uvx` on Windows. Python 3.14 currently fails to resolve a transitive `pywiSource link
Source: README excerpt (regex_v1, Sep 20, 2026)
No need to install dependencies manually. Just configure Claude Desktop:Source link
Tags
README
🏁 Getting Started You can run the Android MCP server using UVX (recommended) or UV (for local development). Option 1: UVX (Recommended) No need to install dependencies manually. Just configure Claude Desktop: Windows note: Use Python 3.13 for on Windows. Python 3.14 currently fa...
For agents
This page has a .md twin and JSON over the API.