➡️ Servidor mcp que utiliza el navegador
Servidor MCP para uso en navegador con transporte SSE
requisitos
- ultravioleta
inicio rápido
- El .env requiere lo siguiente:
- 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:
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:
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
This server cannot be installed
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.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -235PythonMIT License
- AsecurityAlicenseAqualityThis 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 -510TypeScriptMIT License
- -securityAlicense-qualityAn 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 -74PythonApache 2.0
- -securityAlicense-qualityAn 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 -648PythonMIT License