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]