mobile-mcp — управление мобильными устройствами через ИИ-агента

★ 6K

mobile-mcp is an open-source MCP server that lets an AI agent control mobile devices — iOS and Android simulators, emulators, and real phones — without any platform-specific expertise. Reach for it when you want an agent to run through app flows on its own: sign-up journeys, form interactions, screen checks across devices, or reproducing a bug from a plain-text description — all without writing XCUITest or Espresso code. It also covers repetitive tasks inside apps that expose no public API. The agent operates primarily through the native accessibility tree (no vision model, no image-token cost), falling back to screenshots and coordinates only when needed. Available tools span the full device lifecycle: listing targets, installing and launching apps, taps, swipes, gestures, text input, hardware buttons, screen recording, deep links, and orientation control. Written in TypeScript, distributed via npm as @mobilenext/mobile-mcp and launched with npx — one config entry connects it to Claude Code, Codex, Gemini, GitHub Copilot, or any MCP-compatible client. Runs locally against simulators and real devices, or in the cloud via Mobile Next Cloud with no local setup required. Not a fit for