Codex Desktop on Windows does not expose mcp__node_repl__js / node_repl js, so Browser Use cannot control the in-app browser
What version of the Codex App are you using (From “About Codex” dialog)?
Unknown; Windows Codex Desktop app
What subscription do you have?
Plus
What platform is your computer?
Windows x64
What issue are you seeing?
Codex Desktop on Windows repeatedly does not expose mcp__node_repl__js / node_repl js in fresh chats.
I have already tried:
- restarting Codex Desktop
- fully closing/reopening the app
- creating multiple new chats
- invoking the bundled Browser skill first
- searching tool discovery for:
- node_repl js
- mcp__node_repl__js
- js
- node_repl js JavaScript execution
Result:
The required JS execution tool is never exposed. Browser Use cannot bootstrap through scripts/browser-client.mjs, so the in-app browser cannot be controlled.
Observed impact:
- The bundled Browser skill can be read.
- The skill requires bootstrapping through mcp__node_repl__js using browser-client.mjs.
- Because mcp__node_repl__js / node_repl js is not exposed, Codex cannot open or control the in-app browser.
- Repeated restarts and new chats do not change the result.
This appears similar to:
- https://github.com/openai/codex/issues/30562
- https://github.com/openai/codex/issues/30026
- https://github.com/openai/codex/issues/30486
- https://github.com/openai/codex/issues/28481
- https://github.com/openai/codex/issues/30894
Please check whether mcp__node_repl__js / node_repl js is currently enabled for my account/build, or whether this Windows build is failing to expose the Node REPL tool surface.
What steps can reproduce the bug?
- Open Codex Desktop on Windows.
- Start a fresh chat.
- Ask Codex to use the bundled Browser skill.
- Have Codex search for:
- node_repl js
- mcp__node_repl__js
- js
- node_repl js JavaScript execution
- Observe that no Node REPL JavaScript execution tool is exposed.
- Browser Use cannot bootstrap through browser-client.mjs.
What is the expected behavior?
When the bundled Browser plugin is available, Codex should expose the Node REPL JavaScript execution tool, typically mcp__node_repl__js, so Browser Use can import scripts/browser-client.mjs and control the in-app browser.
Additional information
This has been tried across multiple restarts and fresh chats. The issue appears to be tool exposure/registration, not a specific website or browser page.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗