WebMobAI v1.0.0
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-mcpto use with Claude Desktop or Claude Code
Install
MCP Server (any platform):
npx webmobai-mcpDesktop 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.