★ 141 stars
TypeScript
💻 Code/Dev Tools
Updated today
AI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.
View on GitHub →
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"
]
}
}
}
Topics
aiai-agentbrowser-automationclaudeclaude-codedebugbasee2ee2e-testingmcpmcp-serverplaywrightscreenshottesting