diff --git a/documentation/static/servers.json b/documentation/static/servers.json index fb299b2d0100..c4f8646064a2 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -165,5 +165,17 @@ "is_builtin": false, "endorsed": false, "environmentVariables": [] + }, + { + "id": "playwright", + "name": "Playwright", + "description": "Interact with web pages through structured accessibility snapshots using Playwright", + "command": "npx @playwright/mcp@latest", + "link": "https://github.com/microsoft/playwright-mcp", + "installation_notes": "Install using npx package manager.", + "is_builtin": false, + "endorsed": true, + "githubStars": 12309, + "environmentVariables": [] } ]