mcp-server-lab

hzrylmz/mcp-server-lab
★ 0 stars HTML Browser/Web Updated today
MCP-powered QA automation lab exploring self-healing Cypress tests, Playwright browser inspection, and AI-driven Quality Engineering.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-lab": {
      "command": "npx",
      "args": [
        "-y",
        "hzrylmz/mcp-server-lab"
      ]
    }
  }
}