Android ADB MCP Server - Control Android devices via MCP protocol
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"iflow-mcp-wolfcoming-adb-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Android ADB MCP 服务器    这是一个基于 MCP 协议的 Android ADB 服务器,允许通过 Claude for Desktop 或其他 MCP 客户端远程控制连接到电脑的 Android 设备。 ## 功能特点 - **设备管理**:列出已连接的 Android 设备 - **屏幕操作**:截图、点击、滑动(上下左右) - **输入操作**:文本输入、按键模拟 - **应用管理**:安装/卸载应用、启动应用 - **系统操作**:获取屏幕分辨率等设备信息 - **网络工具**:获取网络状态、端口扫描、WIFI管理 - **文件工具**:文件上传/下载、文件管理 - **高级工具**:UI测试、性能分析、录屏、日志收集、增强型启动应用 ## 前提条件 1. Python 3.10 或更高版本 2. ADB 已安装并添加到系统路径 3. Android 设备已启用 USB 调试并连接到电脑 ## 安装 ```bash # 克隆此仓库 git clone https://github.com/wolfcoming/adb_mcp_server.git cd adb_mcp_server # 安装依赖 pip install -r requirements.txt # 确保 ADB 服务器已启动 adb start-server ``` ## 使用方法 ### 在 Claude for Desktop 中配置 1. 安装 [Claude for Desktop](https://claude.ai/desktop) 2. 配置 MCP 服务器: - 找到 Claude for Desktop 配置文件,通常在 `~/Library/Application Support/Claude/claude_desktop_config.json` - 添加以下配置: ```json { "mcpServers": { "android_adb": { "command": "python", "args": [ "-m", "src.adb_server" ], "cwd": "/path/to/adb_mcp_server" } } } ``` 3. 重启 Claude for Desktop ### 在 Cursor 中配置 1. 找到 Cursor 配置文件,通常在 `~/.cursor/mcp.json` 2. 添加以下配置: ```json { "mcpServers": { "android_adb": { "command": "python", "args": [ "-m", "src.adb_server" ], "cwd": "/path/to/adb_mcp_server" } } } ``` 3. 重启 Cursor ## 支持的工具 ### 设备管理 - `list_devices`: 列出所有连接的 Android 设备 ### 屏幕操作 - `take_screenshot`: 截取设备屏幕 - `tap_screen`: 点击屏幕上的指定位置 - `swipe_up`: 向上滑动 - `swipe_down`: 向下滑动 - `swipe_left`: 向左滑动 - `swipe_right`: 向右滑动 ### 输入操作 - `input_text`: 输入文本 - `press_key`: 按下指定按键 - `press_back`: 按下返回键 - `press_home`: 按下 Home 键 ### 应用管理 - `start…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.