Skip to content

UIAutomator2 MCP Server for Zed

io.github.tanbro/uiautomator2-mcp-server

Android mobile automation with uiautomator2. AI bot for taps, swipes, apps, XPath testing, RPA.

client:Zed transport:stdio runtime:pypi

Install UIAutomator2 MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "uiautomator2-mcp-server": {
      "command": "uvx",
      "args": [
        "uiautomator2-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

UIAutomator2 MCP Server in other clients