android-mcp

lejw0925/android-mcp
★ 0 stars Kotlin AI/LLM Updated 2d ago
Android MCP server for device automation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "android-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lejw0925/android-mcp"
      ]
    }
  }
}

README Excerpt

把安卓手机变成一台 **MCP(Model Context Protocol)服务器**:任何兼容 MCP 的 Agent(Kimi Code、Claude Code、Cursor、自研 Agent……)连接后即可查看屏幕、点击滑动、读通知、发短信、执行 shell——约 50 个工具,全部带独立的权限开关与 API Key 鉴权。 UI 采用 Gemini 视觉体系(深邃底色 + 蓝→紫→粉能量渐变),工具被调用时屏幕边缘绽放彩色粒子、底部毛玻璃胶囊滚动显示调用实况,Android 16+ 还有 Live Update 状态栏胶囊。 - **MCP 服务**:官方 Kotlin SDK + Ktor,Streamable HTTP 端点 `http://<手机IP>:8080/mcp`