mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-03 08:53:38 +00:00
docs: add codex CLI command to README (#1168)
This commit is contained in:
@@ -84,7 +84,13 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
|
|||||||
<details>
|
<details>
|
||||||
<summary>Codex</summary>
|
<summary>Codex</summary>
|
||||||
|
|
||||||
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
|
```toml
|
||||||
[mcp_servers.playwright]
|
[mcp_servers.playwright]
|
||||||
|
|||||||
Reference in New Issue
Block a user