From 0c36f9ea0493d7bd5de09c8b06c2c098e037a2fc Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Tue, 1 Jul 2025 08:36:30 -0500 Subject: [PATCH] add playwright-mcp server to extensions list (#3010) --- documentation/static/servers.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index fb299b2d..c4f86460 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": [] } ]