Playwright MCP
v1.0.0A 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.
传输:stdio命令:npx
模板预览
下载后的 JSON 可直接导入使用;如果是“需配置”模板,请把示例值替换成你自己的路径、Token 或 API Key。
{
"playwright-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
],
"env": {}
}
}