From 51ab77e04e239c0422a47624b90e6d585cab56e8 Mon Sep 17 00:00:00 2001 From: "colin b. erdman" Date: Thu, 28 Aug 2025 15:37:16 -0700 Subject: [PATCH] docs: cursor manual install instructions should use @playwright/mcp@latest (#962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f97f26..e460494 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For more information, see the [Codex MCP documentation](https://github.com/opena #### Or install manually: -Go to `Cursor Settings` -> `MCP` -> `Add new MCP Server`. Name to your liking, use `command` type with the command `npx @playwright/mcp`. You can also verify config or add command like arguments via clicking `Edit`. +Go to `Cursor Settings` -> `MCP` -> `Add new MCP Server`. Name to your liking, use `command` type with the command `npx @playwright/mcp@latest`. You can also verify config or add command like arguments via clicking `Edit`.