We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9624a68 commit d97c646Copy full SHA for d97c646
README.md
@@ -53,6 +53,16 @@ Add the following config to your MCP client:
53
54
### MCP Client configuration
55
56
+<details>
57
+ <summary>Amp</summary>
58
+ Follow https://ampcode.com/manual#mcp and use the config provided above. You can also install the Chrome DevTools MCP server using the CLI:
59
+
60
+```bash
61
+amp mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
62
+```
63
64
+</details>
65
66
<details>
67
<summary>Claude Code</summary>
68
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>):
0 commit comments