Browser Use
Rank #2com.browser-use/browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
Browser Use is a Model Context Protocol (MCP) server published by browser-use. It ranks #2 of 111,066 servers tracked on MCP Toplist, and its repository has 107,760 GitHub stars. Browser Use is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 28, 2025 and most recently updated on Jul 17, 2026.
Ranks ahead of 111,064 of 111,066 servers on MCP Toplist.
Use Browser Use
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add browser-use -- uvx browser-use --cli-mcp[mcp_servers.browser-use]
command = "uvx"
args = ["browser-use", "--cli-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"browser-use",
"--cli-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"browser-use",
"--cli-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"browser-use": {
"type": "stdio",
"command": "uvx",
"args": [
"browser-use",
"--cli-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"browser-use",
"--cli-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"browser-use",
"--cli-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.browser-use%2Fbrowser-use)<a href="https://mcptoplist.com/server/com.browser-use%2Fbrowser-use"><img src="https://mcptoplist.com/badge/com.browser-use%2Fbrowser-use.svg" alt="MCP Toplist: #2 of 111,066" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
browser-use
Other servers by browser-use
View all browser-use servers →Available versions (1)
| Version | Published |
|---|---|
| 0.13.5 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Browser Use?
- Browser Use is maintained by browser-use, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Browser Use listed on the Official MCP Registry?
- Yes — Browser Use is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Browser Use have?
- MCP Toplist tracks 1 version of Browser Use, most recently published on Jul 17, 2026.
- Where can I find the source code for Browser Use?
- The source code for Browser Use is hosted at github.com/browser-use/browser-use.