55[ ![ Twitter URL] ( https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser )] ( https://x.com/cobrowser )
66[ ![ PyPI version] ( https://badge.fury.io/py/browser-use-mcp-server.svg )] ( https://pypi.org/project/browser-use-mcp-server/ )
77
8- ** An MCP server that enables AI agents to control web browsers using [ browser-use] ( https://github.com/browser-use/browser-use ) .**
8+ ** An MCP server that enables AI agents to control web browsers using
9+ [ browser-use] ( https://github.com/browser-use/browser-use ) .**
910
1011</div >
1112
@@ -24,6 +25,7 @@ uv tool install mcp-proxy
2425## Environment
2526
2627Create a ` .env ` file:
28+
2729```
2830OPENAI_API_KEY=your-api-key
2931CHROME_PATH=optional/path/to/chrome
@@ -92,12 +94,12 @@ browser-use-mcp-server run server --stdio --proxy-port 9000
9294
9395### Config Locations
9496
95- | Client | Configuration Path |
96- | --------| -------------------|
97- | Cursor | ` ./.cursor/mcp.json ` |
98- | Windsurf | ` ~/.codeium/windsurf/mcp_config.json ` |
99- | Claude (Mac) | ` ~/Library/Application Support/Claude/claude_desktop_config.json ` |
100- | Claude (Windows) | ` %APPDATA%\Claude\claude_desktop_config.json ` |
97+ | Client | Configuration Path |
98+ | ---------------- | ----------------------------------------------------------------- |
99+ | Cursor | ` ./.cursor/mcp.json ` |
100+ | Windsurf | ` ~/.codeium/windsurf/mcp_config.json ` |
101+ | Claude (Mac) | ` ~/Library/Application Support/Claude/claude_desktop_config.json ` |
102+ | Claude (Windows) | ` %APPDATA%\Claude\claude_desktop_config.json ` |
101103
102104## Features
103105
@@ -111,18 +113,21 @@ browser-use-mcp-server run server --stdio --proxy-port 9000
111113To develop and test the package locally:
112114
1131151 . Build a distributable wheel:
116+
114117 ``` bash
115118 # From the project root directory
116119 uv build
117120 ```
118121
1191222 . Install it as a global tool:
123+
120124 ``` bash
121125 uv tool uninstall browser-use-mcp-server 2> /dev/null || true
122126 uv tool install dist/browser_use_mcp_server-* .whl
123127 ```
124128
1251293 . Run from any directory:
130+
126131 ``` bash
127132 # Set your OpenAI API key for the current session
128133 export OPENAI_API_KEY=your-api-key-here
0 commit comments