Skip to content

WebMobAI v1.0.0

Choose a tag to compare

@celikgo celikgo released this 11 Apr 23:32
· 50 commits to main since this release

WebMobAI v1.0.0 — Initial Release

Autonomous Web QA desktop application powered by Claude AI + Playwright.

Features

  • 25 MCP tools for browser control, page analysis, accessibility auditing, performance metrics, responsive testing, and report generation
  • Isolated Chromium browser — fresh profile every session, headed mode so you watch live
  • Tauri 2.0 desktop app with real-time action log, screenshot gallery, and test report viewer
  • npm package — install webmobai-mcp to use with Claude Desktop or Claude Code

Install

MCP Server (any platform):

npx webmobai-mcp

Desktop App (macOS Apple Silicon):
Download WebMobAI_1.0.0_aarch64.dmg below.

Quick Setup

Add to Claude Desktop config:

{
  "mcpServers": {
    "webmobai": {
      "command": "npx",
      "args": ["-y", "webmobai-mcp"]
    }
  }
}

Then ask Claude: "Launch the browser, navigate to https://example.com, and run a full autonomous test."

See README for full documentation.