Skip to content

Commit 0d6ec03

Browse files
authored
docs: fix links and mcp config name (#14)
- "chrome-devtools-mcp" with "chrome-devtools" as the server name in the configs. - sorted by alphabet for easier lookup - fixed markdown links in details Rendered: https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/e7c4d9a306e841e98bffeecc11182708f234d8d8/README.md
1 parent 8ba8460 commit 0d6ec03

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following config to your MCP client:
2424
```json
2525
{
2626
"mcpServers": {
27-
"chrome-devtools-mcp": {
27+
"chrome-devtools": {
2828
"command": "npx",
2929
"args": ["chrome-devtools-mcp@latest"]
3030
}
@@ -37,17 +37,12 @@ Add the following config to your MCP client:
3737
3838
### MCP Client specific configuration
3939

40-
<details>
41-
<summary>Cursor</summary>
42-
Follow https://docs.cursor.com/en/context/mcp#using-mcp-json and use the config provided above.
43-
</details>
44-
4540
<details>
4641
<summary>Claude Code</summary>
47-
Use the Claude Code CLI to add the Chrome DevTools MCP server ([guide](https://docs.anthropic.com/en/docs/claude-code/mcp)):
42+
Use the Claude Code CLI to add the Chrome DevTools MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp">guide</a>):
4843

4944
```bash
50-
claude mcp add chrome-devtools-mcp npx chrome-devtools-mcp@latest
45+
claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
5146
```
5247

5348
</details>
@@ -59,23 +54,28 @@ claude mcp add chrome-devtools-mcp npx chrome-devtools-mcp@latest
5954

6055
<details>
6156
<summary>Copilot / VS Code</summary>
62-
Follow the MCP install [guide](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server),
57+
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
6358
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
6459

6560
```bash
66-
code --add-mcp '{"name":"chrome-devtools-mcp","command":"npx","args":["chrome-devtools-mcp@latest"]}'
61+
code --add-mcp '{"name":"chrome-devtools","command":"npx","args":["chrome-devtools-mcp@latest"]}'
6762
```
6863
</details>
6964

65+
<details>
66+
<summary>Cursor</summary>
67+
Follow https://docs.cursor.com/en/context/mcp#using-mcp-json and use the config provided above.
68+
</details>
69+
7070
<details>
7171
<summary>Gemini CLI</summary>
72-
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)
72+
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>
7373
using the standard config from above.
7474
</details>
7575

7676
<details>
7777
<summary>Gemini Code Assist</summary>
78-
Follow the [configure MCP guide](https://cloud.google.com/gemini/docs/codeassist/use-agentic-chat-pair-programmer#configure-mcp-servers)
78+
Follow the <a href="https://cloud.google.com/gemini/docs/codeassist/use-agentic-chat-pair-programmer#configure-mcp-servers">configure MCP guide</a>
7979
using the standard config from above.
8080
</details>
8181

0 commit comments

Comments
 (0)