We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9cd17 commit 53ef82eCopy full SHA for 53ef82e
README.md
@@ -103,7 +103,15 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
103
<details>
104
<summary>Gemini CLI</summary>
105
Follow the <a href="https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md#how-to-set-up-your-mcp-server">MCP guide</a>
106
- using the standard config from above.
+ using the standard config from above. You can also install the Chrome DevTools MCP server using the Gemini CLI:
107
+
108
+```bash
109
+# Project-wide
110
+gemini mcp add chrome-devtools npx chrome-devtools-mcp@latest
111
112
+# Global
113
+gemini mcp add -s user chrome-devtools npx chrome-devtools-mcp@latest
114
+```
115
</details>
116
117
0 commit comments