CursorPool
← 返回 MCP 列表
Playwright 浏览器 MCP

Playwright 浏览器 MCP

驱动真实浏览器进行网页抓取、自动化测试与页面交互。

Microsoft·2.3k 次安装·25 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @playwright/mcp@latest

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ]
    }
  }
}