AI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"glance": {
"command": "npx",
"args": [
"-y",
"DebugBase/glance"
]
}
}
}
Run in terminal:
claude mcp add glance npx -y DebugBase/glance
Add to .cursor/mcp.json:
{
"mcpServers": {
"glance": {
"command": "npx",
"args": [
"-y",
"DebugBase/glance"
]
}
}
}