Skip to content

Conversation

@kingsword09
Copy link
Contributor

No description provided.

@google-cla
Copy link

google-cla bot commented Sep 24, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@spotshare-nick
Copy link

Why do you feel that your link to Codex's guide on MCP would be better than just including what to add to their config?

[mcp_servers.chrome-devtools]
command = "npx"
args = ["-y", "chrome-devtools-mcp@latest"]

@spotshare-nick
Copy link

diff --git a/README.md b/README.md
index 8c390c6..eab227a 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,18 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
   using the standard config from above.
 </details>

+<details>
+  <summary>Codex</summary>
+  Follow the <a href="https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp">configure MCP guide</a>
+  using the standard config below:
+
+  ```yaml
+  [mcp_servers.chrome-devtools]
+  command = "npx"
+  args = ["chrome-devtools-mcp@latest"]
+  ```
+</details>
+
 ### Your first prompt

 Enter the following prompt in your MCP Client to check if everything is working:

@spotshare-nick
Copy link

Much better!

@OrKoN OrKoN requested a review from sebastianbenz September 24, 2025 06:16
@OrKoN OrKoN force-pushed the docs-codex-mcp-configure branch from 098461a to 8ec05c2 Compare September 24, 2025 06:19
@sebastianbenz
Copy link
Collaborator

Looks good, one thing to be aware of that this integration won't work on Windows 11 as Codex does not correctly resolve the path for npx: openai/codex#2945

Copy link
Collaborator

@sebastianbenz sebastianbenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@sebastianbenz sebastianbenz merged commit cb17ae8 into ChromeDevTools:main Sep 24, 2025
10 checks passed
@kingsword09 kingsword09 deleted the docs-codex-mcp-configure branch September 24, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants