From e7c4d9a306e841e98bffeecc11182708f234d8d8 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 12 Sep 2025 15:04:51 +0200 Subject: [PATCH] docs: fix links and mcp config name --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7d1cc6a7..c570bd59 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following config to your MCP client: ```json { "mcpServers": { - "chrome-devtools-mcp": { + "chrome-devtools": { "command": "npx", "args": ["chrome-devtools-mcp@latest"] } @@ -37,17 +37,12 @@ Add the following config to your MCP client: ### MCP Client specific configuration -
- Cursor - Follow https://docs.cursor.com/en/context/mcp#using-mcp-json and use the config provided above. -
-
Claude Code - Use the Claude Code CLI to add the Chrome DevTools MCP server ([guide](https://docs.anthropic.com/en/docs/claude-code/mcp)): + Use the Claude Code CLI to add the Chrome DevTools MCP server (guide): ```bash -claude mcp add chrome-devtools-mcp npx chrome-devtools-mcp@latest +claude mcp add chrome-devtools npx chrome-devtools-mcp@latest ```
@@ -59,23 +54,28 @@ claude mcp add chrome-devtools-mcp npx chrome-devtools-mcp@latest
Copilot / VS Code - Follow the MCP install [guide](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server), + Follow the MCP install guide, with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI: ```bash - code --add-mcp '{"name":"chrome-devtools-mcp","command":"npx","args":["chrome-devtools-mcp@latest"]}' + code --add-mcp '{"name":"chrome-devtools","command":"npx","args":["chrome-devtools-mcp@latest"]}' ```
+
+ Cursor + Follow https://docs.cursor.com/en/context/mcp#using-mcp-json and use the config provided above. +
+
Gemini CLI - Follow the [MCP guide](https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md#how-to-set-up-your-mcp-server) + Follow the MCP guide using the standard config from above.
Gemini Code Assist - Follow the [configure MCP guide](https://cloud.google.com/gemini/docs/codeassist/use-agentic-chat-pair-programmer#configure-mcp-servers) + Follow the configure MCP guide using the standard config from above.