Skip to main content
ClaudeWave

Community discussions, feature requests, and bug reports for Drengr

MCP ServersOfficial Registry0 stars0 forksShellNOASSERTIONUpdated today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · drengr
Claude Code CLI
claude mcp add drengr-community -- npx -y drengr
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "drengr-community": {
      "command": "npx",
      "args": ["-y", "drengr"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Drengr

**Eyes and hands for AI agents on mobile devices.**

Drengr is an MCP server that gives AI agents (Claude, GPT, Gemini) the ability to see, tap, type, and navigate mobile apps — Android and iOS.

---

## Install

```bash
npm install -g drengr
```

Or run without installing:

```bash
npx drengr
```

Or via shell script:

```bash
curl -fsSL https://drengr.dev/install.sh | bash
```

---

## Quick Setup

```bash
# Check your system
drengr doctor

# Configure your MCP client (Claude Desktop, Claude Code, Cursor, etc.)
drengr setup
```

## Add to Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "drengr": {
      "command": "drengr",
      "args": ["mcp"]
    }
  }
}
```

## Add to Claude Code

```bash
claude mcp add drengr -- drengr mcp
```

## Add to Cursor

Add to `.cursor/mcp.json` in your project:

```json
{
  "mcpServers": {
    "drengr": {
      "command": "drengr",
      "args": ["mcp"]
    }
  }
}
```

---

## What Drengr does

- **3 MCP tools**: `drengr_look` (observe screen), `drengr_do` (take action), `drengr_query` (ask questions)
- **Android & iOS** — ADB for Android, simctl for iOS, Appium for cloud devices
- **Vision-first** — sees your app like a human via annotated screenshots
- **Text mode** — ~300 tokens per screen instead of 100KB images
- **Situation reports** — after every action: what changed, what's new, is it stuck?
- **Screen exploration** — auto-maps your app's navigation graph
- **Network capture** — sees HTTP calls during each action

---

## Supported platforms

| Platform | Architecture | Supported |
|----------|-------------|-----------|
| macOS    | arm64 (M1+) | ✓         |
| macOS    | x64         | ✓         |
| Linux    | x64         | ✓         |
| Linux    | arm64       | ✓         |

---

## Documentation

Full documentation at [drengr.dev](https://drengr.dev)

## License

Proprietary — © 2026 Drengr. All rights reserved.
See [LICENSE](LICENSE) for details.

What people ask about drengr-community

What is SharminSirajudeen/drengr-community?

+

SharminSirajudeen/drengr-community is mcp servers for the Claude AI ecosystem. Community discussions, feature requests, and bug reports for Drengr It has 0 GitHub stars and was last updated today.

How do I install drengr-community?

+

You can install drengr-community by cloning the repository (https://github.com/SharminSirajudeen/drengr-community) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is SharminSirajudeen/drengr-community safe to use?

+

Our security agent has analyzed SharminSirajudeen/drengr-community and assigned a Trust Score of 54/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains SharminSirajudeen/drengr-community?

+

SharminSirajudeen/drengr-community is maintained by SharminSirajudeen. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to drengr-community?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy drengr-community to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: SharminSirajudeen/drengr-community
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sharminsirajudeen-drengr-community)](https://claudewave.com/repo/sharminsirajudeen-drengr-community)
<a href="https://claudewave.com/repo/sharminsirajudeen-drengr-community"><img src="https://claudewave.com/api/badge/sharminsirajudeen-drengr-community" alt="Featured on ClaudeWave: SharminSirajudeen/drengr-community" width="320" height="64" /></a>

More MCP Servers

drengr-community alternatives