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.
Works with Claude (Desktop & Code), Cursor, Windsurf, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"assert": {
"command": "npx",
"args": [
"-y",
"@assert-click/mcp"
],
"env": {
"ASSERT_API_KEY": "your_api_key_here"
}
}
}
}