Skip to main content
Glama

browser-use MCP Server

by williamvd4

➡️ Servidor mcp que utiliza el navegador

Servidor MCP para uso en navegador con transporte SSE

requisitos

  • ultravioleta
curl -LsSf https://astral.sh/uv/install.sh | sh

inicio rápido

uv sync uv pip install playwright uv run playwright install --with-deps --no-shell chromium uv run server --port 8000
  • El .env requiere lo siguiente:
OPENAI_API_KEY=[your api key] CHROME_PATH=[only change this if you have a custom chrome build]
  • Agregaremos soporte para otros proveedores de LLM para potenciar el uso del navegador (Claude, Grok, Bedrock, etc.)

Al crear el archivo Docker, puede agregar su propia contraseña de servidor VNC:

docker build --build-arg VNC_PASSWORD=klaatubaradanikto .

herramientas

  • [x] Transporte SSE
  • [x] browser_use - Inicia tareas del navegador con URL y acción
  • [x] browser_get_result - Recupera los resultados de las tareas asincrónicas del navegador

clientes apoyados

  • cursor.ai
  • Claude Desktop
  • Claude Code
  • Windsurf ( windsurf aún no es compatible con SSE)

uso

Después de ejecutar el servidor, agregue http://localhost:8000/sse a la interfaz de usuario de su cliente o en un archivo mcp.json:

{ "mcpServers": { "browser-use-mcp-server": { "url": "http://localhost:8000/sse" } } }
cursor
  • ./.cursor/mcp.json
windsurf
  • ~/.codeium/windsurf/mcp_config.json
claudio
  • ~/Library/Application Support/Claude/claude_desktop_config.json
  • %APPDATA%\Claude\claude_desktop_config.json

Entonces intenta preguntarle a tu LLM lo siguiente:

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

ayuda

Para problemas o intereses, contáctenos en https://cobrowser.xyz

estrellas

-
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.

Servidor MCP que permite a los LLM realizar tareas de navegador a través del transporte SSE, lo que permite a clientes como Cursor.ai y Claude abrir sitios web e interactuar con contenido web a través de comandos de lenguaje natural.

  1. requisitos
    1. inicio rápido
      1. herramientas
        1. clientes apoyados
          1. uso
            1. cursor
            2. windsurf
            3. claudio
          2. ayuda
            1. estrellas

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                MCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.
                Last updated -
                1
                Python
                MIT License
              • -
                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 -
                32
                Python
                Apache 2.0
              • -
                security
                A
                license
                -
                quality
                An MCP server that helps novice developers deploy web applications through conversational interfaces, bridging the gap between LLMs and various hosting environments.
                Last updated -
                1
                Python
                MIT License
                • Apple
              • -
                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 -
                505
                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