From e50bb0a575b34bc5466d31efe9b7d1fd7d5a92d6 Mon Sep 17 00:00:00 2001 From: enoreyes Date: Tue, 4 Nov 2025 10:04:59 -0800 Subject: [PATCH] docs: add Factory CLI configuration to MCP clients --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 54086fbf5..3de17ff7b 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,16 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab +
+ Factory CLI +Use the Factory CLI to add the Chrome DevTools MCP server (guide): + +```bash +droid mcp add chrome-devtools "npx -y chrome-devtools-mcp@latest" +``` + +
+
Gemini CLI Install the Chrome DevTools MCP server using the Gemini CLI.