Skip to content

Commit 4cf92cb

Browse files
docs: add instructions for codex on windows (#207)
1 parent 139cfd1 commit 4cf92cb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,23 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
7575
codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
7676
```
7777

78+
**On Windows 11**
79+
80+
Configure the Chrome install location and increase the startup timeout by updating `.codex/config.toml` and adding the following `env` and `startup_timeout_ms` parameters:
81+
82+
```
83+
[mcp_servers.chrome-devtools]
84+
command = "cmd"
85+
args = [
86+
"/c",
87+
"npx",
88+
"-y",
89+
"chrome-devtools-mcp@latest",
90+
]
91+
env = { SystemRoot="C:\\Windows", PROGRAMFILES="C:\\Program Files" }
92+
startup_timeout_ms = 20_000
93+
```
94+
7895
</details>
7996

8097
<details>

0 commit comments

Comments
 (0)