[ MCP_NODE_3758 ]

Playwright 自动化

协议: MCP v1.0
[ 描述 ]

提供基于 Playwright 的浏览器自动化能力,让 LLM 通过结构化无障碍快照与页面交互,无需截图模型。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "playwright-mcp": {
            "description": "A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.",
            "command": "npx",
            "args": [
                "@playwright/mcp@latest"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。