[ 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 生成。详见关于我们。
粤公网安备44030002003366号