browser-use MCP Server

by williamvd4
Verified

local-only server

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

Integrations

  • Uses .env file configuration for storing API keys and Chrome path settings

  • Mentions Windsurf (by Codeium) as a potential client, though notes it doesn't currently support SSE transport

  • Provides Docker support for containerized deployment with customizable VNC server password configuration

➡️ 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

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. requirements
    1. quickstart
      1. tools
        1. supported clients
          1. usage
            1. cursor
            2. windsurf
            3. claude
          2. help
            1. stars
              ID: f8a8ea43rf