[ MCP_NODE_3756 ]

Playwright 浏览器服务

协议: MCP v1.0
[ 描述 ]

基于 Playwright 的 MCP 服务,让 LLM 与网页交互、截图、生成测试代码、抓取页面并在真实浏览器中执行 JavaScript。

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