Playwright MCP

使用 Playwright 提供浏览器自动化功能。该服务器使 LLMs 能够通过结构化的可访问性快照与网页交互,无需截图或视觉调优的模型。

https://github.com/microsoft/playwright-mcp

安装

1
2
3
4
5
6
7
8
9
10
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}

Playwright MCP
https://itxiaopang.github.io/p/57abb98d4428444daff103bbbb64bbf5/
作者
挨踢小胖
发布于
2025年8月7日
许可协议