Files
playwright-mcp/.mcp/server.json
2025-12-29 11:02:27 -08:00

23 lines
635 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.microsoft/playwright-mcp",
"title": "Playwright",
"description": "Automate web browsers using accessibility trees for testing and data extraction.",
"repository": {
"url": "https://github.com/microsoft/playwright-mcp",
"source": "github"
},
"websiteUrl": "https://github.com/microsoft/playwright-mcp",
"version": "0.0.54",
"packages": [
{
"registryType": "npm",
"identifier": "@playwright/mcp",
"version": "0.0.54",
"transport": {
"type": "stdio"
}
}
]
}