Skip to content

Commit 53ef82e

Browse files
bouibouiOrKoN
authored andcommitted
docs: improved instructions for Gemini CLI MCP server
Added CLI installation instructions for Chrome DevTools MCP server using Gemini CLI.
1 parent 6d9cd17 commit 53ef82e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,15 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
103103
<details>
104104
<summary>Gemini CLI</summary>
105105
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.
106+
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+
```
107115
</details>
108116

109117
<details>

0 commit comments

Comments
 (0)