Back to directory
mcp-playwright-test

mcp-playwright-test

@w15617783011

An MCP server for automating Playwright tests, capable of generating and executing UI and API tests based on requirements, and providing detailed reports.

playwrighttestingautomationui-testingapi-testing

Installation & Configuration

{
  "mcpServers": {
    "mcp-playwright-test": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-playwright-test"
      ],
      "env": {
        "CODE_PATH": ".",
        "SIMPLE_GIT_PATH": "git",
        "SIMPLE_GIT_BRANCH": "main",
        "SIMPLE_GIT_DEPTH": 1,
        "SIMPLE_GIT_USERNAME": "username",
        "SIMPLE_GIT_PASSWORD": "password",
        "API_URL": "http://localhost:3000",
        "API_KEY": "your-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/27
Updated
2025/7/9