diff --git a/README.md b/README.md index c800bd9..0b27ae8 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,27 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), ``` +
+Install in Qodo Gen + +Open [Qodo Gen](https://docs.qodo.ai/qodo-documentation/qodo-gen) chat panel in VSCode or IntelliJ → Connect more tools → + Add new MCP → Paste the following configuration: + +```js +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` + +Click Save. +
+ ### Configuration Playwright MCP server supports following arguments. They can be provided in the JSON configuration above, as a part of the `"args"` list: