Meric Ozkayagan

Glance - Real browser for Claude Code Test, Screenshot, Automate

Glance is an open-source MCP server that gives Claude Code a real Chromium browser with 30 tools. Navigate pages, take screenshots Claude can actually see, click buttons, fill forms, run multi-step E2E test scenarios, do visual regression testing, and record sessions all from your terminal. Built on Playwright with security profiles, rate limiting, and URL filtering. Battle-tested: 97% pass rate across 300+ test steps in production.

Add a comment

Replies

Best
Meric Ozkayagan
Hey Product Hunt! I am Meriç the developer behind Glance. I built Glance because I kept alt-tabbing between Claude Code and Chrome to describe what my app looked like. Claude could write code but couldn't see the result. Glance fixes that. It's an MCP server that gives Claude a real Chromium browser — 30 tools for navigation, screenshots, form filling, and testing. When Claude takes a screenshot, it sees the actual pixels inline. No more "the button should be on the right side" it just looks. The coolest part is the test scenario runner. You describe a multi-step test in plain English, Claude translates it to steps, runs it, and shows you screenshots at each stage. We use it daily at DebugBase — 300+ test steps, 97% pass rate. It's fully open-source, installs in one command (`npm i -g glance-mcp`), and works with any Claude Code setup. Would love your feedback — what would you test first?
swati paliwal

@meric_ozkayagan For complex debugging like CSS edge cases or responsive flows, how does Glance handle screenshot diffs or pixel-perfect assertions in tests?

Rodion Mostovoi

It would be great to see a comparison with alternative browser MCP / skills. It's not obvious.

Matti

Hello Meric,

This is a great idea but I honestly feel like the video you created is not professional.

I would love to try your product. But the AI voice is just not it.

Just wanted to give you some feedback and good luck with your product

Mattia

Meric Ozkayagan

@matdac6 hello thanks for your feedback

Adi Leviim

@Glance this is amazing! I really needed Claude to have eyes 💪🏼

Andrew Power

How is this any different to what Chrome released about two weeks ago that already allows you a chrome based mcp to directly communicate with agents? (My Claude and OC setups ran with it out of the box, one simple flag setting and voila).

Vishnu

Giving Claude Code a real browser to screenshot and test against is the kind of thing you don't realize you need until you've debugged a layout issue that only shows up visually. Text-only feedback loops for frontend work are genuinely painful. How does it handle dynamic content or pages that require login?

Martí Carmona Serrat

What does the security profile system look like for restricting which URLs agents can access during automated testing? Love the 97% pass rate stat, well done!