Skip to content

Commit eaecc24

Browse files
bouibouiOrKoN
andauthored
docs: improved instructions for Gemini CLI MCP server (#161)
Added CLI installation instructions for Chrome DevTools MCP server using Gemini CLI. --------- Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
1 parent 59d81a3 commit eaecc24

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,22 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
102102

103103
<details>
104104
<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.
105+
Install the Chrome DevTools MCP server using the Gemini CLI.
106+
107+
**Project wide:**
108+
109+
```bash
110+
gemini mcp add chrome-devtools npx chrome-devtools-mcp@latest
111+
```
112+
113+
**Globally:**
114+
115+
```bash
116+
gemini mcp add -s user chrome-devtools npx chrome-devtools-mcp@latest
117+
```
118+
119+
Alternatively, 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> and use the standard config from above.
120+
107121
</details>
108122

109123
<details>

0 commit comments

Comments
 (0)