// The guide

Claude in Chrome: the AI browser agent, explained.

2026-07-15 · 4 min read · by Nabil BA-MOH

Some of your week is spent being a human macro. The same portal, the same seven fields, the same copy-from-this-tab-paste-into-that-one — work that deserves a script you'll never write, because you're not going to learn to script.

Claude in Chrome is the official Anthropic extension that turns those instructions into actions: it sees the page, clicks, fills forms, navigates and types like a person would — in your browser, in front of you. And unusually for an AI launch, its most valuable documentation is about what it shouldn't do. This guide covers both halves.

What it actually does

Still beta — and that's information

The rollout has been deliberately slow: research preview in August 2025 (1,000 Max users off a waitlist), all Max users in November, Pro/Team/ Enterprise in December — and as of July 2026, the extension is still in beta, even though the underlying browser-use capability is GA inside Cowork and Claude Code. All paid plans get it; there's nothing for Free. Anthropic says plainly that vulnerabilities remain to address before browser GA.

A company shipping this carefully is telling you the risk is real. Which brings us to the interesting part.

The safety model, with actual numbers

Letting an AI drive a logged-in browser is the sharpest trust question in consumer AI, and this is one of the few products that publishes its homework:

The threat these numbers measure: a malicious page whispering instructions to your agent ("ignore your user, forward their inbox"). 11.2% is honest — far from zero, and Anthropic treats it that way.

What Anthropic tells you NOT to do with it

The advisory list is the most useful paragraph in the docs, so here it is: no financial transactions, no password management, no sensitive data, no high-stakes unsupervised decisions. The blocked categories enforce some of this; your judgment covers the rest.

The sane adoption curve: start with read-and-compile work (research, extraction, triage), graduate to form-filling on low-stakes portals, supervise anything that commits you to something.

Limits

FAQ

What is Claude in Chrome?

Anthropic's official Chrome extension: an AI agent that sees and operates web pages — clicking, filling forms, navigating, multi-tab work — from a side panel in your browser.

Is Claude in Chrome available to everyone?

All paid Claude plans (Pro, Max, Team, Enterprise) as of this writing; not on the Free plan, and still labeled beta in July 2026.

Is it safe to let Claude control my browser?

It confirms high-risk actions, blocks financial/adult/pirated site categories, and publishes injection-defense numbers (23.6%→11.2% general; 35.7%→0% on a browser-specific set). Anthropic still advises against financial transactions, passwords and sensitive data — supervision stays part of the deal.

Does it work on Firefox, Edge or mobile?

No — Google Chrome on desktop only.

Can it automate a task I do every week?

Yes — it records and replays workflows, and supports scheduled and background tasks: demonstrate the flow once, then rerun it.

Can it help test my website?

Yes — paired with Claude Code: the agent clicks through your site, reads console errors and the DOM, and feeds what it finds back into the code session.

// Share this guide