Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Run, debug, and triage tests using natural language, directly from your IDE.
The TestMu AI MCP Server connects any MCP-compatible client to the TestMu AI (formerly LambdaTest) platform β so you can orchestrate test runs, debug failures, analyze visual regressions, and run accessibility audits without leaving your editor or switching between dashboards.
This repository is the setup guide and reference for the hosted MCP server. The server itself runs as a managed service at
https://mcp.lambdatest.com/mcpβ there is nothing to install or self-host.
| Tool | What it does |
|---|---|
| HyperExecute | AI-native test orchestration. Generates HyperExecute YAML and test runner commands, triggers jobs, and reports status β no manual YAML authoring. |
| Automation | Triages test failures by pulling execution details, command logs, network logs, and console errors into one place for root-cause analysis. |
| SmartUI | Explains visual regressions in plain English β pixel, layout, DOM, and perceptual differences, summarized rather than eyeballed. |
| Accessibility | Runs WCAG and a11y audits against hosted URLs or local React apps, returning violations with remediation guidance. |
| Test Manager | Covers the test management lifecycle β AI test case generation through to bulk result recording. |
Authentication is handled over OAuth. On first connection your client opens a browser window to authorize against testmuai.com; no API keys need to be stored in config files.
The server endpoint is:
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
Add to your MCP configuration:
Clients that don't yet support remote HTTP transport can connect through mcp-remote:
Cursor Β· Claude Code Β· Claude Desktop Β· GitHub Copilot Β· OpenAI Codex Β· Windsurf Β· Cline Β· Continue Β· Zed AI Β· JetBrains AI Assistant Β· Antigravity
Any client implementing the Model Context Protocol should work. Clients with native remote HTTP support connect directly; the rest use the mcp-remote fallback above.
Once connected, ask your assistant things like:
Server doesn't appear after editing config Fully quit and reopen the client. Reloading the window is not enough for most clients to re-read MCP configuration.
Config not being picked up Validate the JSON. A trailing comma or mismatched brace will cause the client to silently skip the entry.
npx not found (STDIO fallback)
Confirm Node.js is on your PATH β which npx on macOS/Linux, where npx on Windows. Some clients don't inherit your shell environment, so an absolute path to npx may be needed.
Authentication loop or expired session Clear the stored authentication for this server in your client's MCP settings and reconnect to re-trigger the OAuth flow.
Built by TestMu AI (formerly LambdaTest)
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/testmu-ai-formerly-lambdatest-2)<a href="https://allmcps.com/mcp/testmu-ai-formerly-lambdatest-2"><img src="https://allmcps.com/api/badge/testmu-ai-formerly-lambdatest-2?style=directory" alt="TestMu AI (formerly LambdaTest) on AllMCPs" /></a>