From 7dae68de78c3eb31c4f2309a51d84f6b6a6b4e60 Mon Sep 17 00:00:00 2001 From: Dan O'Brien Date: Sun, 8 Jun 2025 13:38:24 -0400 Subject: [PATCH] docs: add instructions for MCP server in Qodo Gen (#530) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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: