By MobAI-App
Automate Android and iOS devices, emulators, and simulators via MobAI HTTP API: list connected devices, capture screenshots and UI trees, run AI agents on tasks, execute DSL scripts for native UI interactions (taps, swipes, typing, app launches) and web automation (CSS selectors, JS execution).
Control Android and iOS mobile devices through the MobAI HTTP API. Use this skill when the user asks to interact with mobile devices, take screenshots, tap elements, type text, swipe, launch apps, or automate mobile tasks.
(PREFERRED) Execute native UI automation tasks on mobile devices using DSL batch execution. Use this skill FIRST when user asks to test apps, tap elements, verify screens, automate, or interact with devices. Works with native apps like Settings, Mail, Instagram AND browser chrome UI (address bar, tabs, nav buttons) using accessibility tree and element predicates.
Execute web automation tasks on mobile browsers and WebViews using DSL batch execution. Use when you need CSS selectors, JavaScript execution, or DOM manipulation. Try native-runner first for simple taps/types. NOT for browser chrome UI (address bar, tabs, nav buttons are native).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Official plugin marketplace for MobAI - AI-powered mobile device automation. This repository contains Claude Code plugins for controlling Android and iOS devices.
| Plugin | Description |
|---|---|
| mobai | Control Android/iOS devices, emulators, and simulators |
# From GitHub
/plugin marketplace add MobAI-App/mobai-marketplace
# Or from local clone
git clone https://github.com/MobAI-App/mobai-marketplace.git
/plugin marketplace add ./mobai-marketplace
/plugin install mobai@mobai-marketplace
Download and install Claude Code CLI.
Download MobAI and ensure it's running (provides HTTP API on port 8686).
/plugin marketplace add MobAI-App/mobai-marketplace
/plugin install mobai@mobai-marketplace
Connect an Android/iOS device via USB, or start an emulator/simulator.
/devices # List connected devices
/screenshot ABC123 # Take a screenshot
/agent ABC123 Open Settings and enable WiFi
mobai-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── mobai/ # MobAI device control plugin
│ ├── .claude-plugin/
│ ├── commands/
│ ├── skills/
│ └── mcp/
├── LICENSE
└── README.md
This marketplace is for Claude Code. For other AI tools (Cursor, Windsurf, Cline), use the standalone MCP server:
We welcome contributions! To add a new plugin:
plugins/your-plugin-name/.claude-plugin/marketplace.jsonApache 2.0 - see LICENSE for details.
npx claudepluginhub mobai-app/mobai-marketplace --plugin mobaiMobile device automation CLI for Android, iOS, Aurora OS, and Desktop platforms
AI-driven mobile testing with Appium: single app, cross-platform parity, migration comparison
Connect to Kobiton mobile testing platform - manage devices, run automation suites, and view test results
Mobile device automation for Android and iOS - control devices with natural language
Mobile app test automation with Appium, Detox, XCUITest - test iOS and Android apps
Channel plugin for Android Remote Control MCP — receives device events (notifications, WiFi, geofence) and pushes them into Claude Code sessions.