Skip to content

Commit d057d6a

Browse files
committed
Update Readme
1 parent cffba41 commit d057d6a

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# ➡️ browser-use mcp server
22

3+
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser)
4+
35
[browser-use](https://github.com/browser-use/browser-use) MCP Server with SSE + stdio
46
transport
57

6-
### requirements
8+
9+
10+
### Requirements
711

812
- uv
913
- mcp-proxy (for stdio)
@@ -12,7 +16,7 @@ transport
1216
curl -LsSf https://astral.sh/uv/install.sh | sh
1317
```
1418

15-
### quickstart
19+
### Quickstart
1620

1721
Starting in SSE mode:
1822
```bash
@@ -49,14 +53,14 @@ docker run -v $(pwd)/vnc_password.txt:/run/secrets/vnc_password your-image-name
4953
docker build .
5054
```
5155

52-
### tools
56+
### Tools
5357

5458
- [x] SSE transport
5559
- [x] stdio transport (via mcp-proxy)
5660
- [x] browser_use - Initiates browser tasks with URL and action
5761
- [x] browser_get_result - Retrieves results of async browser tasks
5862

59-
### supported clients
63+
### Supported Clients
6064

6165
- cursor.ai
6266
- claude desktop
@@ -100,32 +104,32 @@ And then e.g., in Windsurf, paste:
100104
}
101105
```
102106

103-
### client configuration paths
107+
### Client Configuration Paths
104108

105-
#### cursor
109+
#### Cursor
106110

107111
- `./.cursor/mcp.json`
108112

109-
#### windsurf
113+
#### Windsurf
110114

111115
- `~/.codeium/windsurf/mcp_config.json`
112116

113-
#### claude
117+
#### Claude
114118

115119
- `~/Library/Application Support/Claude/claude_desktop_config.json`
116120
- `%APPDATA%\Claude\claude_desktop_config.json`
117121

118-
### example usage
122+
### Example Usage
119123

120124
Try asking your LLM the following:
121125

122126
`open https://news.ycombinator.com and return the top ranked article`
123127

124-
### help
128+
### Help
125129

126130
for issues or interest reach out @ https://cobrowser.xyz
127131

128-
# stars
132+
# Stars
129133

130134
<picture>
131135
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=co-browser/browser-use-mcp-server&type=Date&theme=dark" />

0 commit comments

Comments
 (0)