diff --git a/README.md b/README.md index 80f978e..0b63ed3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,26 @@ amp mcp add playwright -- npx @playwright/mcp@latest +
+Antigravity + +Add via the Antigravity settings or by updating your configuration file: + +```json +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` + +
+
Claude Code