data-ai MCP Server
AI-powered browser automation MCP server for Claude Code. Navigate, click, screenshot, test — all from your terminal.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx glance-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"glance-mcp": {
"command": "npx",
"args": [
"glance-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Drag and drop between elements
Navigate to a URL
Get the accessibility tree as text
Hover over an element
Monitor network activity
Check running scenario status
Select from a dropdown
Navigate forward
Auto-fill a form
Click an element (CSS selector or text)
Execute JavaScript in the page
Type into an input field
Press a keyboard key
Scroll the page or to an element
Read console logs and errors
Navigate back
Run a single assertion
Open a new tab
List all open tabs
Watch for DOM/network events
Element exists in DOM
Current URL equals value
`30000`
Test a login/signup flow
Description
Stop watching events
Element does not exist
Number of matching elements
Start recording a session
Save a visual baseline
Element is visible
Element text equals value
Current URL contains value
`720`
Default
All HTTP/HTTPS
`local-dev`
—
Capture a screenshot (returned inline to Claude)
Switch to a tab
Close the browser
Element text contains value
No console errors
URL Access
List recorded sessions
Element has CSS class
`.browser-sessions`
Everything
Compare against baseline
Element is enabled
Description
Run a multi-step test scenario
End and save a session
Element has attribute with value
`true`
localhost only
`1280`