We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0cb79 commit cb17ae8Copy full SHA for cb17ae8
1 file changed
README.md
@@ -66,6 +66,17 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
66
Follow https://docs.cline.bot/mcp/configuring-mcp-servers and use the config provided above.
67
</details>
68
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
80
<details>
81
<summary>Copilot / VS Code</summary>
82
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
0 commit comments