{ "id": "playwright-mcp", "name": "Playwright MCP", "description": "浏览器自动化 — 网页导航、截图、表单填写、DOM 操作、PDF 生成", "capabilities": [ "page_navigate", "screenshot", "dom_query", "form_fill", "pdf_generate", "content_extract" ], "toolCount": 33, "version": "0.0.68", "author": "Microsoft", "tags": [ "浏览器", "自动化", "Playwright" ], "install": { "method": "npx", "packageName": "@playwright/mcp", "command": "npx", "args": [ "@playwright/mcp@latest" ], "postInstall": [ "npx playwright install chromium" ] }, "connection": { "transport": "stdio", "command": "npx", "args": [ "@playwright/mcp@latest" ] } }