browser-use MCP Server
➡️ 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 | shinicio rápido
uv sync
uv pip install playwright
uv run playwright install --with-deps --no-shell chromium
uv run server --port 8000El .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
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseCqualityBmaintenanceA 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.237MIT
- AlicenseAqualityDmaintenanceThis 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.511MIT
- AlicenseNot gradedqualityCmaintenanceAn 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.80Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn 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.843MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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