File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,17 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
6666 Follow https://docs.cline.bot/mcp/configuring-mcp-servers and use the config provided above.
6767</details >
6868
69+ <details >
70+ <summary >Codex</summary >
71+ Follow the <a href =" https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp " >configure MCP guide</a >
72+ using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
73+
74+ ``` bash
75+ codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
76+ ```
77+
78+ </details >
79+
6980<details >
7081 <summary >Copilot / VS Code</summary >
7182 Follow the MCP install <a href =" https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server " >guide</a >,
@@ -101,16 +112,6 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
101112 using the standard config from above.
102113</details >
103114
104- <details >
105- <summary >Codex</summary >
106- Follow the <a href =" https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp " >configure MCP guide</a >
107- using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
108-
109- ``` bash
110- codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
111- ```
112- </details >
113-
114115### Your first prompt
115116
116117Enter the following prompt in your MCP Client to check if everything is working:
You can’t perform that action at this time.
0 commit comments