$ timeahead.in
/ servers/npm/@midscene/web-bridge-mcp
npm

@midscene/web-bridge-mcp

Midscene MCP Server for Web automation (Bridge mode)

14k stars271/wkupdated 0d agogithub ↗
81good
▣ Overview

What it does

This MCP server integrates Midscene.js, a vision-driven UI automation framework, into Claude's tool ecosystem. Instead of relying on DOM selectors or accessibility trees, Midscene analyzes screenshots to identify and interact with UI elements. This approach is resilient to layout changes and works with any visual interface—web pages, canvas elements, native apps, and cross-origin iframes where traditional automation fails. The server exposes core methods like aiAct (perform actions based on natural language), aiQuery (extract data from visual elements), and aiAssert (verify that UI renders as expected) so Claude can orchestrate complex web automation workflows entirely in natural language.

Who it's for

QA engineers and test automation specialists maintaining UIs that refactor frequently or use dynamic controls. Teams that have found DOM-based selectors fragile and want screenshot-based assertions grounded in what users actually see. Developers automating workflows across web, mobile, or desktop applications where UI structure is unpredictable or inaccessible.

Common use cases

  • Automate multi-step form workflows and validate submitted data across sites with custom or dynamic controls
  • Extract structured data from rendered pages without writing DOM traversal logic
  • Test visual rendering, layout, and visual state without relying on selectors that break on refactors
  • Orchestrate cross-browser or cross-platform automation (web, canvas, embedded apps)
  • Verify UI changes render correctly and match design expectations before deployment

Setup pitfalls

  • Requires Midscene backend configuration and API credentials; consult documentation for required environment variables
  • Scanner detected 1 embedded secret in the repository—verify it is not an active credential before deploying to shared or production systems
  • Needs filesystem write access for screenshot capture and temporary state files; ensure proper isolation in sandboxed environments
  • Vision-based analysis is slower than DOM queries; batch automation steps and configure timeouts generously (30+ seconds)
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
70
13.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
80.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "midsceneweb-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@midscene/web-bridge-mcp"
      ]
    }
  }
}
📈 Score historylast 44 snapshots
5/12/20267/6/2026 · 44 snapshots
⚙ Maintenance health
74/ 100 · is this project alive?
contributors (1y)39
top contributor share45%
releases (1y)100
last release3d ago
ci✓ passing
⛁ Raw data
weekly downloads271
github stars14k
forks1k
open issues48
license✓ present
readme length9353 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 47d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points