MCP.so
Sign In
Servers

Assert

@Pixel-Funnel

Run real Playwright E2E tests from your AI coding agent — no Playwright knowledge required. Describe what to test in plain English, Assert writes and executes the test against your live app, and reports back step-by-step results.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "assert": {
      "command": "npx",
      "args": [
        "-y",
        "@assert-click/mcp"
      ],
      "env": {
        "ASSERT_API_KEY": "your_api_key_here"
      }
    }
  }
}

More from Other