From e9901ac886a267feff27d64239888cccf9939a08 Mon Sep 17 00:00:00 2001 From: Osinachi Okpara Date: Mon, 8 Sep 2025 01:26:10 +0100 Subject: [PATCH] Update installation command for MCP Server dependencies --- docs/customize/mcp-server.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customize/mcp-server.mdx b/docs/customize/mcp-server.mdx index 25a4cb160..2c0427144 100644 --- a/docs/customize/mcp-server.mdx +++ b/docs/customize/mcp-server.mdx @@ -10,7 +10,7 @@ mode: "wide" The MCP (Model Context Protocol) Server allows you to expose browser-use's browser automation capabilities to AI assistants like Claude Desktop, Cline, and other MCP-compatible clients. This enables AI assistants to perform web automation tasks directly through browser-use. -MCP Server requires additional dependencies. Install with: `pip install 'browser-use[cli]'` +MCP Server requires additional dependencies. Install with: `uv pip install 'browser-use'` ## Quick Start @@ -18,7 +18,7 @@ MCP Server requires additional dependencies. Install with: `pip install 'browser ### 1. Install Dependencies ```bash -pip install 'browser-use[cli]' +uv pip install 'browser-use' ``` ### 2. Start MCP Server @@ -184,7 +184,7 @@ asyncio.run(use_browser_mcp()) **"MCP SDK is required" Error** ```bash -pip install 'browser-use[cli]' +uv pip install 'browser-use' ``` **Browser doesn't start**