From 15d382b94031fbb7397389ea3450d2fdb502daa2 Mon Sep 17 00:00:00 2001 From: Ben Tossell Date: Tue, 4 Nov 2025 16:30:14 +0000 Subject: [PATCH] docs: add Factory installation instructions (#1184) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 44920fa..d48cf6e 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,21 @@ Go to `Cursor Settings` -> `MCP` -> `Add new MCP Server`. Name to your liking, u +
+Factory + +Use the Factory CLI to add the Playwright MCP server: + +```bash +droid mcp add playwright "npx @playwright/mcp@latest" +``` + +Alternatively, type `/mcp` within Factory droid to open an interactive UI for managing MCP servers. + +For more information, see the [Factory MCP documentation](https://docs.factory.ai/cli/configuration/mcp). + +
+
Gemini CLI