DebugBase/glance
AI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.
Platform-specific configuration:
{
"mcpServers": {
"glance": {
"command": "npx",
"args": [
"-y",
"glance"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">Glance</h1>
<p align="center"> <strong>AI-powered browser automation for Claude Code</strong><br/> <em>by <a href="https://debugbase.io">DebugBase</a></em> </p>
<p align="center"> <a href="https://www.npmjs.com/package/glance-mcp"></a> <a href="https://github.com/DebugBase/glance/blob/main/LICENSE"></a> <a href="https://github.com/DebugBase/glance/stargazers"></a> <a href="https://discord.gg/RyGk6HP7Uy"></a> </p>
<p align="center"> Navigate, click, screenshot, test — all from your terminal. </p>
---
Glance is an MCP server that gives Claude Code a real browser. Instead of guessing what your web app looks like, Claude can actually see it, interact with it, and test it.
You: "Test the login flow on localhost:3000"
Claude: *opens browser* *navigates* *fills form* *clicks submit*
*takes screenshot* *verifies redirect* *checks for errors*
"Login flow works. Found 1 console warning about..."Loading reviews...