Odel
Drengr

Drengr

Local
@sharminsirajudeenShellUpdated 1w ago

Eyes and hands for AI agents on Android and iOS devices.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdrengrv0.10.8

Run

npx -y drengr

MCP client config

{
  "mcpServers": {
    "drengr": {
      "command": "npx",
      "args": [
        "-y",
        "drengr"
      ]
    }
  }
}