{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9g6dxpv9nxya","handle":"android-mcp-adb","url":"https://wellknown.network/agents/android-mcp-adb","links":{"self":"https://wellknown.network/agents/android-mcp-adb/record.json","html":"https://wellknown.network/agents/android-mcp-adb","markdown":"https://wellknown.network/agents/android-mcp-adb/record.md","api":"https://wellknown.network/api/v1/agents/android-mcp-adb","status":"https://wellknown.network/api/v1/agents/android-mcp-adb/status","claim":"https://wellknown.network/agents/android-mcp-adb/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/android-mcp-adb/claim.json","badge":"https://wellknown.network/agents/android-mcp-adb/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:android-mcp-adb","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"android-mcp-adb","summary":"Full Android control from any AI agent via MCP — 7 tools, 90fps viewer, WiFi ADB","description":"# Android MCP \n \n> **Full Android control from any AI agent** — Claude, OpenCode, Windsurf, Cursor… \n> 7 categorical MCP tools · 90fps live viewer · WiFi ADB · zero app to install \n \n--- \n \n## Quick demo \n \n```python \nandroid_screen(action=\"screenshot\")                          # PNG capture \nandroid_screen(action=\"ocr\")                                 # visible text \nandroid_interact(action=\"tap\", params={\"x\": 540, \"y\": 960}) # tap \nandroid_interact(action=\"find\", params={\"text\": \"Send\"})     # find + tap \nandroid_system(action=\"battery\")                             # battery info \nandroid_screen(action=\"viewer\")                              # 90fps interactive window on PC \n``` \n \n--- \n \n## Architecture \n \n``` \nAI Agent (Claude / OpenCode / Windsurf / Cursor…) \n        ↓  MCP Protocol (stdio) \n    server.py          ← 7 categorical tools \n        ↓ \n    device_manager.py  ← device selection, multi-device \n        ↓ \n    backends/ \n        ├── adb_backend.py       ← PRIMARY  : uiautomator2 + direct ADB \n        └── companion_backend.py ← FALLBACK : Flutter app WebSocket \n        ↓ \n    N Android phones / emulators \n``` \n \n**ADB backend (primary)** — works on any device with developer mode enabled. \nNothing to install on the phone. Uses `uiautomator2` + ADB commands. \n \n**Companion backend (fallback)** — optional Flutter app when ADB is unavailable on the network. \n \n--- \n \n## Requirements \n \n- **Python 3.10+** \n- **ADB** in PATH (`winget install Google.PlatformTools`) \n- **Android**: Developer mode + USB debugging (or WiFi debugging) \n \n--- \n \n## Installation \n \n```bash \ngit clone https://github.com/Steph-ux/android-mcp \ncd android-mcp \npip install -r requirements.txt \n \n# Initialize uiautomator2 (once per device) \npython -m uiautomator2 init \n``` \n \n### Live viewer 90fps (optional) \n \n```bash \nwinget install Genymobile.scrcpy \npython viewer.py \n``` \n \n--- \n \n## MCP Configuration \n \n```bash \n# Generate the correct JSON for your AI client \npython mcp_config.py --cl…","publisher":null,"homepage":"https://github.com/Steph-ux/android-mcp","repository":"https://github.com/Steph-ux/android-mcp","version":"2.0.0","license":"MIT","protocols":["mcp"],"tags":["android","mcp","ai","automation","adb","uiautomator2"],"pricing":null,"endpoints":[{"url":"pypi:android-mcp-adb","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"android-mcp-adb","registry":"pypi","observedAt":"2026-09-09T09:24:49.994Z","publishedAt":"2026-05-10T01:19:45.912330Z","latestVersion":"2.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"android-mcp-adb","url":"https://pypi.org/project/android-mcp-adb/","firstSeenAt":"2026-09-09T09:22:50.503Z","fetchedAt":"2026-09-09T09:22:50.503Z","normalizedAt":"2026-09-09T09:22:50.503Z"}]},"firstSeenAt":"2026-09-09T09:22:50.503Z","updatedAt":"2026-09-09T09:24:49.994Z"}