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 a8c7d51 commit c1ddb15Copy full SHA for c1ddb15
README.md
@@ -53,6 +53,15 @@ 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
+</details>
64
65
<details>
66
<summary>Claude Code</summary>
67
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