From 60495ed9b03ef2b30eb5d13a6c64a019fe7bc6ee Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Sun, 8 Jun 2025 13:37:48 -0400 Subject: [PATCH] docs: include Cursor One-Click in README.md (#531) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 021c6e9..c800bd9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ After installation, the Playwright MCP server will be available for use with you
Install in Cursor +#### Click the button to install: + +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=playwright&config=eyJjb21tYW5kIjoibnB4IEBwbGF5d3JpZ2h0L21jcEBsYXRlc3QifQ%3D%3D) + +#### 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`. ```js