Approach
Spawn browser, agent navigates and screenshots step-by-step.
Open Chrome yourself, capture, paste the PNG in chat.
One CLI call. Local headless browser. PNG on disk in ~2s.
One CLI command gives Claude Code, Codex, or any other coding agent precise section screenshots of what they're building. Live or localhosted websites. Works fast without opening the browser.
Ask your agent to try AgentScreenshots in this repo
The blind spot
AI coding agents write hundreds of lines of CSS, build entire pages, refactor whole component trees. But they don't see the pixels. They write the UI blind and then ask you the same question: "Does it look right?"
Current workarounds
Browser MCP | Manual screenshots | AgentScreenshots | |
|---|---|---|---|
Approach | Spawn browser, agent navigates and screenshots step-by-step. | Open Chrome yourself, capture, paste the PNG in chat. | One CLI call. Local headless browser. PNG on disk in ~2s. |
Speed | 30–120s per check (browser ops + reasoning) | You're the bottleneck | ~2s, single call |
Context bloat | Nav events + DOM leaks + multiple noisy screenshots flood agent's context | Only what you snip | One scoped PNG, on demand |
Visual accuracy | Sees pixels, but wide-angle and noisy | You crop what matters | Real pixels, scoped to the section |
Setup complexity | Install + configure MCP server | Nothing, but on you forever | One npm install |
Spawn browser, agent navigates and screenshots step-by-step.
Open Chrome yourself, capture, paste the PNG in chat.
One CLI call. Local headless browser. PNG on disk in ~2s.
30–120s per check (browser ops + reasoning)
You're the bottleneck
~2s, single call
Nav events + DOM leaks + multiple noisy screenshots flood agent's context
Only what you snip
One scoped PNG, on demand
Sees pixels, but wide-angle and noisy
You crop what matters
Real pixels, scoped to the section
Install + configure MCP server
Nothing, but on you forever
One npm install
The feedback loop
No full-page dumps. No DOM text. No popup browsers. A clean capture of exactly the component the agent is editing, in less than two seconds.
Agent edits the component.
Precise selector capture.
Agent sees the rendered result.
Features
Fast, agent-intuitive, no context bloat, no browser windows. One command in, one PNG out.
Don't need a tunnel, proxy, or even a public URL. Just run your local server as usual.
Capture the whole page, a specific section, a single component, or a deeply nested element. Use CSS selectors, visible text, data attributes, nth-child, and other structural selectors. Your agent captures exactly the part it's working on.
Grab screenshots of the page in mobile view, tablet view, desktop view, and even ultrawide view. Have your agent code pages that render flawlessly on any device.
390
768
1440
1920+
Screenshot staging, production, or any public website. Let your agent grab design and copy from live sites and products for inspiration.
AgentScreenshots takes page screenshots without opening a browser, while still rendering the content perfectly. Increase your development speed and minimize disruptions when you multitask.
Dismiss cookie banners and popups. Open collapsed content, reveal menus, and capture hover states for buttons, navs, tooltips, and cards. With a single command, put the page into the exact state your agent needs before the screenshot.
Easily simulate scrolling to trigger lazy-loaded images and infinite-scroll content before capture.
Ships with lightweight instructions that teach your agent when and how to use AgentScreenshots. Add them to spawn prompts or skills in Claude Code and Codex.
No seats. No team admin. One license key works across projects, machines, or teammates.
I built AgentScreenshots because I used to alt-tab to Chrome after every CSS change. Now my agent screenshots the exact section it's working on and fixes what's wrong.
Miha Cacic
Founder, AgentScreenshots
“I kept debating whether I even needed AgentScreenshots when Playwright and Chrome DevTools already exist. Then I used it in a real workflow and realised the reduced friction alone made it worth it. It's fast, headless, and removes the 'ugh, this is taking forever' feeling from continuous screenshot workflows. Try it!”
Mike Mindel
Founder, WordTracker
Pricing
Yearly billing saves you two months on every paid plan. Same license, same quota — just less paperwork.
Solo
billed monthly
For one developer wiring visual checks into regular frontend work.
Pro
billed monthly
For heavier agent use across active product and website work.
Studio
billed monthly
For agencies, teams, and repeated visual QA across many projects.
100 checks/month, free forever.
Install in 60 seconds, wire it into your agent, and upgrade only once your usage proves it’s worth it.
Getting started
One global npm package.
Paste your license key.
Add instructions. Agent takes over.
Give this website to your agent. It'll know what to do.