Skip to content

Commit ac6e678

Browse files
authored
docs: add codex CLI command to README (#1168)
1 parent b945ace commit ac6e678

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
8484
<details>
8585
<summary>Codex</summary>
8686

87-
Create or edit the configuration file `~/.codex/config.toml` and add:
87+
Use the Codex CLI to add the Playwright MCP server:
88+
89+
```bash
90+
codex mcp add playwright npx "@playwright/mcp@latest"
91+
```
92+
93+
Alternatively, create or edit the configuration file `~/.codex/config.toml` and add:
8894

8995
```toml
9096
[mcp_servers.playwright]

0 commit comments

Comments
 (0)