参考:
https://github.com/microsoft/playwright-mcp
https://github.com/hangwin/mcp-chrome
chrome-mcp安装需要额外安装成浏览器插件


用cherrystudio v1.4.5测试
mcp配置:
"chrome-mcp-server": {"name": "chrome-mcp-server","type": "streamableHttp","isActive": true,"baseUrl": "http://127.0.0.1:12306/mcp"},"playwright": {"isActive": true,"name": "playwright","type": "stdio","registryUrl": "https://registry.npmmirror.com","command": "npx","args": ["@playwright/mcp@latest"]}
测试:

