Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,19 @@ Chrome DevTools MCP will not start the browser instance automatically using this

</details>

<details>
<summary>Autohand Code</summary>

Use the [Autohand Code CLI](https://github.com/autohandai/code-cli/) to add the Chrome DevTools MCP server:

```bash
autohand mcp add chrome-devtools npx -y chrome-devtools-mcp@latest
```

Add `--scope project` before `chrome-devtools` to save the server in the current project's `.autohand` configuration instead of your user configuration.

</details>

<details>
<summary>Claude Code</summary>

Expand Down