Skip to main content
Glama

browser-use MCP Server

by williamvd4

➡️ 브라우저-mcp 서버 사용

브라우저-SSE 전송을 사용하는 MCP 서버

요구 사항

  • 자외선

지엑스피1

빠른 시작

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.

SSE 전송을 통해 LLM이 브라우저 작업을 수행할 수 있도록 하는 MCP 서버를 통해 Cursor.ai 및 Claude와 같은 클라이언트가 자연어 명령을 통해 웹사이트를 열고 웹 콘텐츠와 상호 작용할 수 있습니다.

  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