From 11daeb4f49f089a814148c1483c32508efc0563c Mon Sep 17 00:00:00 2001 From: Jan-Niklas Wortmann Date: Wed, 25 Jun 2025 12:46:43 -0500 Subject: [PATCH 1/2] docs: add JetBrains AI Assistant installation instructions --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 5e427969..c33982b2 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,33 @@ Follow Windsurf MCP [documentation](https://docs.windsurf.com/windsurf/cascade/m +
+Install in JetBrains AI Assistant + +See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details. + +1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)` +2. Click `+ Add`. +3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list +4. Add this configuration and click `OK` + +```json +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` + +5. Click `Apply` to save changes. + +
+ ### Configuration Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: From 65342ad82b197e435e50ca39b99cbdd16d700d07 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Wortmann Date: Wed, 25 Jun 2025 12:46:43 -0500 Subject: [PATCH 2/2] docs: add JetBrains AI Assistant installation instructions --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index c33982b2..65c3cd66 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,33 @@ See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-ass +
+Install in JetBrains AI Assistant + +See [JetBrains AI Assistant Documentation](https://www.jetbrains.com/help/ai-assistant/configure-an-mcp-server.html) for more details. + +1. In JetBrains IDEs go to `Settings` -> `Tools` -> `AI Assistant` -> `Model Context Protocol (MCP)` +2. Click `+ Add`. +3. Click on `Command` in the top-left corner of the dialog and select the As JSON option from the list +4. Add this configuration and click `OK` + +```json +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` + +5. Click `Apply` to save changes. + +
+ ### Configuration Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: