Artemis: Google's new AI agent framework for mobile test automation Google released Artemis, an open-source AI agent framework that automates Android testing by driving real phones from natural-language instructions, achieving 99%+ task completion on Google Research's AndroidWorld benchmark of 100+ multi-step tasks. Artemis integrates a native Model Context Protocol (MCP) server so AI IDEs including Antigravity, Claude Code, Windsurf, Cursor, Codex, VS Code, Cline/Roo, and OpenClaw can control test devices and collect Logcat output and screenshots, with a reactive observe-and-act loop running at typically 3–5 seconds per step. The framework installs ADB, scrcpy, FFmpeg, and Python (uv) dependencies via a one-click start.sh or start.bat script and serves a local interface at http://localhost:8000. Let AI assistants and test suites use real phones like a human. English /google/artemis/blob/main/README.md • 中文文档 /google/artemis/blob/main/README CN.md • Workflow Showcase workflow-showcase • Quick Start quick-start • MCP for IDEs mcp-setup • Benchmarks benchmarks • Discord Community https://discord.gg/wF2FN4WHGY Live Demo: Setup driving routes and calculate total durations in Google Maps, then open YouTube to play a Coldplay song. - Cross-App Automation : Executes testing workflows and everyday tasks on Android from natural language instructions. - Multimodal Targeting : Uses element indices when available, with coordinate and visual locating fallbacks for custom interfaces. - IDE Diagnostics : Model Context Protocol MCP integration lets Antigravity, Claude Code, and Windsurf drive test devices and collect Logcat output and screenshots. - Flash Execution : A reactive observe-and-act loop with asynchronous history summaries, typically 3–5s per step . - Pro Exploration : Checks targets before individual actions and returns blocked actions to the Operator for recovery. Supports long-running exploratory and stability tests. - AndroidWorld Results : 99%+ task completion on Google Research's AndroidWorld benchmark 100+ multi-step tasks . Antigravity uses ARTEMIS through MCP to turn a test request into a plan, device execution, and a diagnostic report: | 1. Prompt Input Task Dispatch