Browser Use
Rank #37,521io.github.therealtimex/browser-use
MCP server providing browser-use capabilities
Browser Use is a Model Context Protocol (MCP) server published by therealtimex. It ranks #37,521 of 132,113 servers tracked on MCP Toplist. Browser Use is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Oct 1, 2025 and most recently updated on Oct 1, 2025.
Ranks ahead of 94,592 of 132,113 servers on MCP Toplist.
Use Browser Use
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add browser-use -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -- uvx "realtimex-browser-use[cli]@0.7.10" realtimex-browser-use --mcpReplace each placeholder with your own value before saving.
[mcp_servers.browser-use]
command = "uvx"
args = ["realtimex-browser-use[cli]@0.7.10", "realtimex-browser-use", "--mcp"]
[mcp_servers.browser-use.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"realtimex-browser-use[cli]@0.7.10",
"realtimex-browser-use",
"--mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"realtimex-browser-use[cli]@0.7.10",
"realtimex-browser-use",
"--mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"browser-use": {
"type": "stdio",
"command": "uvx",
"args": [
"realtimex-browser-use[cli]@0.7.10",
"realtimex-browser-use",
"--mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"realtimex-browser-use[cli]@0.7.10",
"realtimex-browser-use",
"--mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browser-use": {
"command": "uvx",
"args": [
"realtimex-browser-use[cli]@0.7.10",
"realtimex-browser-use",
"--mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.therealtimex%2Fbrowser-use)<a href="https://mcptoplist.com/server/io.github.therealtimex%2Fbrowser-use"><img src="https://mcptoplist.com/badge/io.github.therealtimex%2Fbrowser-use.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
therealtimex
Other servers by therealtimex
View all therealtimex servers →Available versions (4)
| Version | Published |
|---|---|
| 0.7.10 | Oct 1, 2025 |
| 0.7.10.dev5 | Oct 1, 2025 |
| 0.7.10.dev1 | Oct 1, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Browser Use?
- Browser Use is maintained by therealtimex, which publishes 4 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Browser Use listed on the Official MCP Registry?
- Yes — Browser Use is listed on the Official MCP Registry, alongside Glama.
- How many versions does Browser Use have?
- MCP Toplist tracks 4 versions of Browser Use, most recently published on Oct 1, 2025.
- Where can I find the source code for Browser Use?
- The source code for Browser Use is hosted at github.com/therealtimex/browser-use.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.