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