llms.txt Content
# Drengr
> AI-native mobile testing. No selectors, no XPath, no flaky locators.
Drengr is an MCP server that gives AI agents eyes and hands on mobile
devices. It connects to Android, iOS, and cloud device farms, exposing
3 tools: drengr_look (observe), drengr_do (act), drengr_query (query).
## Docs
- [Website](https://drengr.dev)
- [Install](https://drengr.dev): `npm install -g drengr`
## Tools
- drengr_look: Observe the device screen (annotated image or ~300-token text)
- drengr_do: Execute actions (tap, type, swipe, long_press, back, home, launch, wait, key, install, clear_and_type, scroll_to_top, scroll_to_bottom) with automatic situation reports
- drengr_query: Query device state (connect, devices, activity, crash, find, explore, session, network, logcat, keyboard, app_state, assert, diff, ui_dump, analyze)
## Platforms
- Android via ADB (physical devices and emulators)
- iOS via simctl (booted simulators on macOS)
- Cloud: BrowserStack, SauceLabs, AWS Device Farm, LambdaTest, Perfecto, Kobiton, any Appium hub
## LLM Providers
Gemini (default), OpenAI, Anthropic, Groq, Together, Fireworks, Ollama (local/offline)
## Install
```
npm install -g drengr
curl -fsSL https://drengr.dev/install.sh | bash
```
## CLI
```
drengr demo Zero-setup demo: an AI agent drives a system app (auto-detects device)
drengr mcp Start MCP server (stdio)
drengr devices List connected devices
drengr run Run AI agent task on device
drengr test Run YAML test suite
drengr explore BFS app screen mapping
drengr setup Generate MCP config for Claude/Cursor/Windsurf/VS Code
drengr doctor Check system health
drengr login Sign in via browser (optional; not required to use Drengr)
```
Free to use — no account or login required to start. Inside an MCP client the
client's model is the brain; standalone (`drengr run`/`demo`) uses your own model
(cloud key or a local vision model via Ollama).
## Key Capabilities
- Text-only mode: ~30