specwright

SanthoshDhandapani/specwright
★ 0 stars TypeScript Browser/Web Updated 1mo ago
Specwright is an AI-powered E2E test automation tool — point at your app, explore with real browsers, generate Playwright BDD tests. Desktop app + CLI plugin + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "specwright": {
      "command": "npx",
      "args": [
        "-y",
        "SanthoshDhandapani/specwright"
      ]
    }
  }
}