velocity-test-mobile

randheer094/velocity-test-mobile
★ 0 stars Go AI/LLM Updated today
MCP server to interact with Android devices and simulator.
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": {
    "velocity-test-mobile": {
      "command": "go",
      "args": [
        "run",
        "github.com/randheer094/velocity-test-mobile@latest"
      ]
    }
  }
}

README Excerpt

An **Android testing** [Model Context Protocol](https://modelcontextprotocol.io) server, written in Go. The server exposes **Espresso** ViewMatchers/ViewActions/ViewAssertions and **Jetpack Compose** test verbs (`onNodeWithText`, `assertIsDisplayed`, `performClick`, `waitUntilExists`, …) as **129 MCP tools** an LLM agent can call directly. Each tool takes a shared **matcher** object — the same vocabulary across find / assert / act / wait — so an agent's prompt of *"verify Login is visible; click

Tools (2)

FindAlladb