Routes MCP commands to the MobAI desktop app's HTTP API for controlling Android and iOS devices, emulators, and simulators. The core tool is execute_dsl, which batches tap, swipe, type, wait_for, and assertion steps into a single JSON script to minimize round trips. Companion tools handle device discovery, screenshots (low quality for LLM vision, full quality to disk), app installation, and running .mob test files from disk. The server expects MobAI running locally on port 8686 and requires starting a bridge on target devices before interaction. Useful when you need AI coding assistants to script mobile UI automation workflows or debug apps across devices without writing one-off platform-specific test harnesses.
claude mcp add --transport stdio mobai-app-mobai-mcp uvx mobai-mcp