MCP Directory
Back

glance

by DebugBase · TypeScript · ★ 152

AI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.

#ai#ai-agent#browser-automation#claude#claude-code#debugbase#e2e#e2e-testing#mcp#mcp-server#playwright#screenshot#testing

Install

npx -y github:DebugBase/glance

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "glance": {
      "command": "npx",
      "args": [
        "-y",
        "github:DebugBase/glance"
      ]
    }
  }
}

From the README

Glance AI-powered browser automation for Claude Code by DebugBase Navigate, click, screenshot, test — all from your terminal. ---|-------------| | | Navigate to a URL | | | Click an element (CSS selector or text) | | | Type into an input field | | | Hover over an element | | | Drag and drop between elements | | | Select from a dropdown | | | Press a keyboard key | | | Scroll the page or to an element | | | Capture a screenshot (returned inline to Claude) | | | Get the accessibility tree as text | | | Execute JavaScript in the page | | | Read console logs…
Read full README on GitHub →

Related ai & ml servers