Back to directory
wolfcoming/adb_mcp_server

wolfcoming/adb_mcp_server

@wolfcoming20

基于MCP协议的Android ADB服务器,允许通过Claude或其他MCP客户端远程控制连接到电脑的Android设备

androidadbremote-controlautomation

Installation & Configuration

{
  "mcpServers": {
    "android_adb": {
      "command": "python",
      "args": [
        "-m",
        "src.adb_server"
      ],
      "cwd": "/path/to/adb_mcp_server"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/27
Updated
2026/5/30