Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. TestMu AI (formerly LambdaTest)
T
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:05:23 AM

TestMu AI (formerly LambdaTest)

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "testmu-ai-formerly-lambdatest-2": {
      "command": "npx",
      "args": [
        "-y",
        "testmu-ai-formerly-lambdatest-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Documentation Overview

TestMu AI MCP Server

smithery badge

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.


Tools

ToolWhat it does
HyperExecuteAI-native test orchestration. Generates HyperExecute YAML and test runner commands, triggers jobs, and reports status β€” no manual YAML authoring.
AutomationTriages test failures by pulling execution details, command logs, network logs, and console errors into one place for root-cause analysis.
SmartUIExplains visual regressions in plain English β€” pixel, layout, DOM, and perceptual differences, summarized rather than eyeballed.
AccessibilityRuns WCAG and a11y audits against hosted URLs or local React apps, returning violations with remediation guidance.
Test ManagerCovers the test management lifecycle β€” AI test case generation through to bulk result recording.

Prerequisites

  • A TestMu AI account
  • An MCP-compatible client (see below)
  • Node.js 18+ β€” only if your client needs the STDIO fallback

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.


Setup

The server endpoint is:

Code
https://mcp.lambdatest.com/mcp

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):

config.json
{
  "mcpServers": {
    "mcp-lambdatest": {
      "url": "https://mcp.lambdatest.com/mcp"
    }
  }
}

Claude Code

Terminal
claude mcp add --transport http mcp-lambdatest https://mcp.lambdatest.com/mcp

VS Code / GitHub Copilot

Add to your MCP configuration:

config.json
{
  "servers": {
    "mcp-lambdatest": {
      "type": "http",
      "url": "https://mcp.lambdatest.com/mcp"
    }
  }
}

Claude Desktop and other STDIO-only clients

Clients that don't yet support remote HTTP transport can connect through mcp-remote:

config.json
{
  "mcpServers": {
    "mcp-lambdatest": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://mcp.lambdatest.com/mcp"]
    }
  }
}

Via Smithery

Terminal
npm install -g smithery
smithery mcp add testmuai/testmu-mcp

Supported clients

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.


Example prompts

Once connected, ask your assistant things like:

Code
Generate a HyperExecute YAML for my Playwright TypeScript tests and run it.
Code
My last automation build failed β€” pull the console and network logs and tell me why.
Code
Summarise the SmartUI visual differences in my latest build.
Code
Run an accessibility audit on https://staging.example.com and list WCAG violations by severity.

Troubleshooting

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.


Documentation

  • MCP Server documentation
  • Product overview
  • Smithery listing

Support

  • TestMu AI Support
  • Open an issue in this repository for problems with the setup guide itself

Built by TestMu AI (formerly LambdaTest)

Related MCP Servers

View all in Browser Automation View all alternatives
  • T
    TestMu AI (formerly LambdaTest)

    Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits

    πŸ“‚ Browser Automation0 views
    Compare vs TestMu AI (formerly LambdaTest) β†’
  • Browser Use logoBrowser Use

    Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

    πŸ“‚ Browser Automation0 views
    Compare vs Browser Use β†’
  • Yutu logoYutu

    A fully functional MCP server and CLI for YouTube to automate YouTube operation

    πŸ“‚ Browser Automation4 views
    Compare vs Yutu β†’
  • Ios Simulator Mcp logoIos Simulator Mcp

    A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.

    πŸ“‚ Browser Automation2 views
    Compare vs Ios Simulator Mcp β†’

Frequently Asked Questions about TestMu AI (formerly LambdaTest)

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "testmu-ai-formerly-lambdatest": { "command": "npx", "args": ["-y", "TestMu AI (formerly LambdaTest)"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTestMu AI (formerly LambdaTest) AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/testmu-ai-formerly-lambdatest-2?style=directory)](https://allmcps.com/mcp/testmu-ai-formerly-lambdatest-2)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to TestMu AI (formerly LambdaTest) β†’Install in Claude DesktopInstall in CursorInstall in VS Code