MCP名称
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"Assert"MCP描述
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"Run real Playwright E2E tests from your AI coding agent. Describe what to test in plain English, Assert writes and executes the test, and reports back step-by-step results."MCP图标
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"https://assert.click/img/icon.png"MCP主页
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
"https://assert.click"MCP服务器
添加到 Cursor安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。
{
"command": "npx",
"args": [
"-y",
"@assert-click/mcp"
],
"env": {
"ASSERT_API_KEY": {
"description": "Your Assert API key. Get one free at dashboard.assert.click",
"required": true
}
}
}