agent-device

agent-device

CLI tool for controlling iOS and Android devices for AI agents.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.9k
Source
mcp-github

Overview

agent-device is a CLI tool that enables AI agents to control iOS and Android devices. It supports native apps, Expo, Flutter, and React Native applications, and runs on emulators, simulators, and real devices. With this tool, AI can open apps, inspect UIs, interact with visible elements, and collect debugging evidence. Ideal for scenarios requiring verification of actual device app behavior, such as code implementation and regression testing.

Capabilities

  • Inspect real app UI
  • Interact with visible elements
  • Capture screenshots and videos
  • Record and replay workflows
  • Cross-platform execution

Use cases

Validate mobile changes before mergingProvide real-time feedback to AI coding agentsDebug regression issuesPerformance analysis

Setup

Requires: Node.js 22+XcodeAndroid SDK + ADBmacOS Accessibility 权限
npm install -g agent-device@latest

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which platforms are supported?

Supports iOS, Android, tvOS, macOS, Linux, and desktop applications.

How do I get started?

After installing the CLI, use `agent-device help workflow` to get help.

Related skills