You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,9 @@ Then, install the plugin:
156
156
157
157
Restart Claude Code to have the MCP server and skills load (check with `/skills`).
158
158
159
+
> [!TIP]
160
+
> If the plugin installation fails with a `Failed to clone repository` error (e.g., HTTPS connectivity issues behind a corporate firewall), see the [troubleshooting guide](./docs/troubleshooting.md#claude-code-plugin-installation-fails-with-failed-to-clone-repository) for workarounds, or use the CLI installation method above instead.
Then retry the plugin installation. This tells git to use your SSH key for all
156
+
GitHub operations instead of HTTPS.
157
+
158
+
**Workaround 2: Install via CLI instead**
159
+
160
+
If the plugin marketplace approach fails, you can install `chrome-devtools-mcp`
161
+
as an MCP server directly without cloning the repository:
162
+
163
+
```sh
164
+
claude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latest
165
+
```
166
+
167
+
This bypasses the git clone entirely and uses npm/npx to fetch the package. Note
168
+
that this method installs only the MCP server without the bundled skills.
169
+
129
170
### Connection timeouts with `--autoConnect`
130
171
131
172
If you are using the `--autoConnect` flag and tools like `list_pages`, `new_page`, or `navigate_page` fail with a timeout (e.g., `ProtocolError: Network.enable timed out` or `The socket connection was closed unexpectedly`), this usually means the MCP server cannot handshake with the running Chrome instance correctly. Ensure:
0 commit comments