豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

docs: add Codex MCP configuration guide#95

Merged
sebastianbenz merged 4 commits intoChromeDevTools:mainfrom
kingsword09:docs-codex-mcp-configure
Sep 24, 2025
Merged

docs: add Codex MCP configuration guide#95
sebastianbenz merged 4 commits intoChromeDevTools:mainfrom
kingsword09:docs-codex-mcp-configure

Conversation

@kingsword09
Copy link
Copy Markdown
Contributor

No description provided.

@google-cla
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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
Comment thread README.md Outdated
@sebastianbenz
Copy link
Copy Markdown
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
Copy Markdown
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