Playwright MCP Server

一个使用 Playwright 提供浏览器自动化功能的模型上下文协议服务器。该服务器使 LLMs 能够与网页交互、截屏、生成测试代码、抓取网页内容并在真实浏览器环境中执行 JavaScript。

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

1
2
3
4
5
6
7
8
9
10
11
12
{
"mcpServers": {
"Playwright": {
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
],
"env": {}
}
}
}

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