browser-use MCP ServerServer

williamvd4
GitHub
Browser AutomationAgent OrchestrationSSE Transport

Loading subscription status...

💡 Description

MCP server enabling LLMs to perform browser tasks via SSE transport, allowing clients like Cursor.ai and Claude to open websites and interact with web content through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "browser-use-mcp-server": {
        "env": {
          "CHROME_PATH": "[only change this if you have a custom chrome build]",
          "OPENAI_API_KEY": "[your api key]"
        },
        "args": [
          "-LsSf",
          "https://astral.sh/uv/install.sh",
          "|",
          "sh"
        ],
        "command": "curl"
      }
    }
  ]
}

🛠️ Tools

uvplaywright

Features

  • SSE transport
  • Docker support for containerized deployment

💬 Example Queries

  • open https://news.ycombinator.com and return the top ranked article