Skip to content

Commit cc4d065

Browse files
digitaraldOrKoN
andauthored
docs: add VS Code install badges (#532)
Closes #531 (Once https://github.com/mcp is the default GA registry in VS Code, the link can be updated to show the registry page) --------- Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
1 parent 1a16f15 commit cc4d065

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,22 @@ Configure the following fields and press `CTRL+S` to save the configuration:
157157

158158
<details>
159159
<summary>Copilot / VS Code</summary>
160-
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
161-
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
162-
163-
```bash
164-
code --add-mcp '{"name":"chrome-devtools","command":"npx","args":["chrome-devtools-mcp@latest"]}'
165-
```
160+
161+
**Click the button to install:**
162+
163+
[<img src="https://mcpbadge.dev/badge-install-in-vs-code-stable-dark" alt="Install in VS Code">](https://vscode.dev/redirect/mcp/install?name=io.github.ChromeDevTools%2Fchrome-devtools-mcp&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22chrome-devtools-mcp%22%5D%2C%22env%22%3A%7B%7D%7D)
164+
165+
[<img src="https://mcpbadge.dev/badge-install-in-vs-code-insiders-dark" alt="Install in VS Code Insiders">](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522io.github.ChromeDevTools%252Fchrome-devtools-mcp%2522%252C%2522config%2522%253A%257B%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522chrome-devtools-mcp%2522%255D%252C%2522env%2522%253A%257B%257D%257D%257D)
166+
167+
**Or install manually:**
168+
169+
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
170+
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
171+
172+
```bash
173+
code --add-mcp '{"name":"io.github.ChromeDevTools/chrome-devtools-mcp","command":"npx","args":["-y","chrome-devtools-mcp"],"env":{}}'
174+
```
175+
166176
</details>
167177

168178
<details>

0 commit comments

Comments
 (0)