mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 08:38:10 +08:00
44 lines
872 B
JSON
44 lines
872 B
JSON
{
|
|
"id": "playwright-mcp",
|
|
"name": "Playwright MCP",
|
|
"description": "浏览器自动化 — 网页导航、截图、表单填写、DOM 操作、PDF 生成",
|
|
"protocol": "mcp",
|
|
"status": "offline",
|
|
"origin": "registry",
|
|
"transport": "stdio",
|
|
"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"
|
|
]
|
|
}
|
|
}
|