From 1dc4977ff906fe44ce155f3a9b868303cb69ffd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jito=28=EC=A7=80=ED=86=A0=29?= Date: Mon, 16 Jun 2025 20:35:46 +0900 Subject: [PATCH] docs: add Claude Code installation instructions (#553) Add installation instructions for Claude Code CLI to the README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0b27ae8..3860ab8 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,16 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), ``` +
+Install in Claude Code + +Use the Claude Code CLI to add the Playwright MCP server: + +```bash +claude mcp add playwright npx @playwright/mcp@latest +``` +
+
Install in Qodo Gen