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 をサポートしていません)

使用法

サーバーを実行した後、クライアント UI または mcp.json ファイルにhttp://localhost:8000/sseを追加します。

{ "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

LLM に次の質問をしてみてください。

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 などのクライアントが Web サイトを開き、自然言語コマンドを使用して Web コンテンツを操作できるようにします。

  1. 要件
    1. クイックスタート
      1. ツール
        1. サポートされているクライアント
          1. 使用法
            1. カーソル
            2. ウィンドサーフィン
            3. クロード
          2. ヘルプ

              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