Dev tools

Google publishes Artemis, an Android automation agent with MCP servers for Claude Code and Codex

September 8, 2026 at 6:20 AM PT

The google/artemis GitHub repository open graph card

Image: GitHub

Why it mattersA mobile team that already uses Claude Code or Codex for coding can now hand the same agent a physical phone and have it reproduce a bug and return the logcat, instead of a human tapping through the repro.

Google published a new open-source project called Artemis on GitHub, an Apache-licensed Python framework that turns natural-language instructions into Android UI automation and exposes a Model Context Protocol server so coding agents like Claude Code, Codex, Antigravity and Windsurf can drive a real Android device. The repository was created on 13 August, and had 417 stars, 42 forks and a push on 5 September when checked.

The repo sits under the google organisation and carries the Apache-2.0 licence. It requires Python 3.12 or later, a connected Android device with USB debugging enabled or an emulator, and Google says the one-click startup script installs its own toolchain: ADB, scrcpy, FFmpeg and the uv Python installer.

What the tool does

Artemis takes a task written in plain English, drives the connected phone, and returns a structured report. Google's example prompt in the README is: "Build the latest changes into an APK, install it on the connected device, open the login screen with a test account, verify if there are any unexpected popups after login, and return screenshots of the final page." The agent then plans and executes the steps, keeps a session transcript with timestamps and screenshots, and can pull back the crash stack from logcat when something breaks.

Two execution profiles are offered. Flash runs a single-model reactive loop at roughly 3 to 5 seconds per step, aimed at deterministic UI tasks. Pro is a multi-agent graph with a Planner, an Operator and a read-only Checker that verifies plan checkpoints, and Google says it handles workflows over 100 steps and supports long-running exploration.

The benchmark claim

Google states that Artemis achieved over 99% task completion on Google Research's AndroidWorld benchmark, a suite of over 100 multi-step tasks across more than 20 apps. That number comes from Google's own README and its own leaderboard chart, so treat it as a vendor benchmark until an independent run replicates it. The linked benchmark repository at google-research/android_world is real and publishes the task list, which makes the claim checkable rather than opaque.

The IDE integration

The Model Context Protocol server is the piece most likely to matter for anyone already using Claude Code or Codex. artemis mcp --install writes the server config for a chosen IDE and drops a rules.md file that tells the coding agent how to route work between Flash and Pro, how to handle timing on transient UI, and when to fall back to coordinate-based locators. Supported IDEs listed in the README are Antigravity, Claude Code, Cursor, Codex, Windsurf, VS Code, Cline and Roo, and OpenClaw.

The roadmap lists an Android Studio plugin, iOS support and on-device vision models as next steps, none shipped yet. Neither is voice control.

Source

Source: GitHub

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

Goldie generates App Store and Play screenshots from a coding agent, and is at 1,633 stars in 30 days

Goldie, sponsored by Software Mansion, plays a mobile app on the simulator, captures framed screenshots and preview videos, and checks them against store upload rules, from inside Cursor, Codex or Claude Code.

Source: GitHubDev tools

OKF Agent Memory gives coding agents a searchable memory with no embedding API

OKF Agent Memory stores agent memory as plain Markdown files in your repository and searches them with BM25 in under 300 microseconds, so there is no vector database and no embedding API to pay for.

Source: Hacker NewsOpen source

Cumora is a team chat where AI agents live in the same channels as humans, and it has 3,385 stars in 15 days

Cumora is a fifteen-day-old open source team chat where AI agents sit in the same DMs and group conversations as people, hold their own personas and memory, and can send and receive real email.

Source: GitHubOpen source