Skip to main content
Glama

browser-use MCP Server

by williamvd4

➡️ 浏览器使用 mcp 服务器

浏览器使用带有 SSE 传输的 MCP 服务器

要求

  • 紫外线
curl -LsSf https://astral.sh/uv/install.sh | sh

快速入门

uv sync uv pip install playwright uv run playwright install --with-deps --no-shell chromium uv run server --port 8000
  • .env 要求如下:
OPENAI_API_KEY=[your api key] CHROME_PATH=[only change this if you have a custom chrome build]
  • 我们将增加对其他 LLM 提供商的支持以支持浏览器使用(claude、grok、bedrock 等)

在构建 dockerfile 时,您可以添加自己的 VNC 服务器密码:

docker build --build-arg VNC_PASSWORD=klaatubaradanikto .

工具

  • [x] SSE 传输
  • [x] browser_use - 使用 URL 和操作启动浏览器任务
  • [x] browser_get_result - 检索异步浏览器任务的结果

支持的客户机

  • 光标.ai
  • 克劳德桌面
  • 克劳德代码
  • windsurf( windsurf尚不支持 SSE)

用法

运行服务器后,将http://localhost:8000/sse添加到客户端 UI 或 mcp.json 文件中:

{ "mcpServers": { "browser-use-mcp-server": { "url": "http://localhost:8000/sse" } } }
光标
  • ./.cursor/mcp.json
风帆冲浪
  • ~/.codeium/windsurf/mcp_config.json
克劳德
  • ~/Library/Application Support/Claude/claude_desktop_config.json
  • %APPDATA%\Claude\claude_desktop_config.json

然后尝试向你的法学硕士询问以下问题:

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

帮助

如有问题或感兴趣请联系@ https://cobrowser.xyz

星星

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP 服务器使 LLM 能够通过 SSE 传输执行浏览器任务,允许 Cursor.ai 和 Claude 等客户端打开网站并通过自然语言命令与网络内容进行交互。

  1. 要求
    1. 快速入门
      1. 工具
        1. 支持的客户机
          1. 用法
            1. 光标
            2. 风帆冲浪
            3. 克劳德
          2. 帮助
            1. 星星

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.
                Last updated -
                2
                35
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                This MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web content for use as context in LLMs directly from Cline or Claude Desktop.
                Last updated -
                5
                10
                TypeScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
                Last updated -
                74
                Python
                Apache 2.0
              • -
                security
                A
                license
                -
                quality
                An MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.
                Last updated -
                648
                Python
                MIT License
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamvd4/browser-use-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server