From ac6e678135035cd59ba18324d232dd7434818ebf Mon Sep 17 00:00:00 2001 From: "Raduan A." <36044389+0xRaduan@users.noreply.github.com> Date: Thu, 30 Oct 2025 01:46:42 +0100 Subject: [PATCH] docs: add codex CLI command to README (#1168) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe24c5..44920fa 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,13 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
Codex -Create or edit the configuration file `~/.codex/config.toml` and add: +Use the Codex CLI to add the Playwright MCP server: + +```bash +codex mcp add playwright npx "@playwright/mcp@latest" +``` + +Alternatively, create or edit the configuration file `~/.codex/config.toml` and add: ```toml [mcp_servers.playwright]