From 3adfe101418f923eaba1616b4b5bf3cb06c69530 Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Fri, 10 Jul 2026 14:46:23 +1200 Subject: [PATCH] docs: add Autohand Code MCP setup --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a8b18a854..f2c61ae30 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,19 @@ Chrome DevTools MCP will not start the browser instance automatically using this +
+ Autohand Code + +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. + +
+
Claude Code