npm drengrstdioupdated 14d ago
Eyes and hands for AI agents on mobile devices.
Drengr で何ができる?
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
npm install -g drengr
Or run without installing:
npx drengr
Or via shell script:
curl -fsSL https://drengr.dev/install.sh | bash
Quick Setup
# 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:
{
"mcpServers": {
"drengr": {
"command": "drengr",
"args": ["mcp"]
}
}
}
Add to Claude Code
claude mcp add drengr -- drengr mcp
Add to Cursor
Add to .cursor/mcp.json in your project:
{
"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
License
Proprietary — © 2026 Drengr. All rights reserved. See LICENSE for details.
インストール
Drengr をクライアントに追加します。お使いのものを選んでください。
claude mcp add drengr -- npx -y drengrcodex mcp add drengr -- npx -y drengramp mcp add drengr -- npx -y drengr{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"drengr","command":"npx","args":["-y","drengr"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"drengr": {
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"drengr": {
"type": "local",
"command": "npx",
"args": [
"-y",
"drengr"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"drengr": {
"command": {
"path": "npx",
"args": [
"-y",
"drengr"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y drengrRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス25/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.10.8最新 | 2026年8月25日 |
| 0.10.7 | 2026年8月25日 |
| 0.10.6 | 2026年8月1日 |
| 0.10.5 | 2026年8月1日 |
| 0.10.4 | 2026年7月31日 |
| 0.10.3 | 2026年7月31日 |
| 0.10.2 | 2026年7月31日 |
| 0.10.1 | 2026年6月22日 |
| 0.10.0 | 2026年6月22日 |
| 0.9.6 | 2026年6月17日 |
| 0.9.5 | 2026年6月16日 |
| 0.9.4 | 2026年6月15日 |
| 0.9.3 | 2026年6月15日 |
| 0.9.2 | 2026年6月15日 |
| 0.9.1 | 2026年6月14日 |
| 0.9.0 | 2026年6月14日 |
| 0.8.0 | 2026年6月8日 |
| 0.7.14 | 2026年6月6日 |
| 0.1.6 | 2026年3月15日 |