From 2817952d0dd54797d4fd3e55f03a51566f21d1b0 Mon Sep 17 00:00:00 2001 From: TheLazyIndianTechie Date: Sat, 4 Oct 2025 02:29:34 +0530 Subject: [PATCH] docs: updated Warp MCP documentation (#1104) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f92dd57..1107b80 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,20 @@ After installation, the Playwright MCP server will be available for use with you Go to `Settings` -> `AI` -> `Manage MCP Servers` -> `+ Add` to [add an MCP Server](https://docs.warp.dev/knowledge-and-collaboration/mcp#adding-an-mcp-server). Use the standard config above. +Alternatively, use the slash command `/add-mcp` in the Warp prompt and paste the standard config from above: +```js +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": [ + "@playwright/mcp@latest" + ] + } + } +} +``` +