From eac945fa7401cad0c095f65c8a63e4dac98a20da Mon Sep 17 00:00:00 2001 From: Kingsword Date: Wed, 24 Sep 2025 09:16:10 +0800 Subject: [PATCH 1/3] docs: add Codex MCP configuration guide --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c390c68f..584a63aef 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,12 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab using the standard config from above. +
+ Codex + Follow the configure MCP guide + using the standard config from above. +
+ ### Your first prompt Enter the following prompt in your MCP Client to check if everything is working: From 8ec05c2b8959333bd47e0f2dde26db90e4548862 Mon Sep 17 00:00:00 2001 From: Kingsword Date: Wed, 24 Sep 2025 10:31:21 +0800 Subject: [PATCH 2/3] docs: codex cli add way --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 584a63aef..f9c981a78 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,11 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
Codex Follow the configure MCP guide - using the standard config from above. + using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI: + + ```bash + codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest + ```
### Your first prompt From e79093b51ca44ee753233367dbb65a3b02fa4f7c Mon Sep 17 00:00:00 2001 From: Kingsword Date: Wed, 24 Sep 2025 14:44:13 +0800 Subject: [PATCH 3/3] fix: format --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f9c981a78..4b4ed3ee8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,17 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest Follow https://docs.cline.bot/mcp/configuring-mcp-servers and use the config provided above. +
+ Codex + Follow the configure MCP guide + using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI: + +```bash +codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest +``` + +
+
Copilot / VS Code Follow the MCP install guide, @@ -101,16 +112,6 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab using the standard config from above.
-
- Codex - Follow the configure MCP guide - using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI: - - ```bash - codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest - ``` -
- ### Your first prompt Enter the following prompt in your MCP Client to check if everything is working: