Skip to main content
Glama

Browser Automation MCP Server

Servidor MCP de automatización del navegador

Este es un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona capacidades de automatización de navegadores para Roo Code. Permite a los agentes de IA controlar navegadores web mediante una interfaz estandarizada.

Características

  • Control del navegador (iniciar, cerrar)
  • Interacciones del mouse (clic en las coordenadas)
  • Entrada de teclado (escribir texto)
  • Navegación de página (desplazarse hacia arriba/abajo)
  • Tamaño de ventana gráfica fijo (900x600)

Instalación

  1. Clonar el repositorio:
git clone https://github.com/grapheneaffiliates/browser-automation-mcp.git cd browser-automation-mcp
  1. Instalar dependencias:
npm install
  1. Construir el proyecto:
npm run build

Configuración

Agregue lo siguiente a su archivo de configuración de Cline MCP:

{ "mcpServers": { "browser": { "command": "node", "args": ["path/to/browser-server/build/index.js"], "disabled": false, "alwaysAllow": [] } } }

Herramientas disponibles

El servidor proporciona las siguientes herramientas MCP:

  • launch_browser : Inicia una nueva instancia del navegador en una URL específica
  • click : haga clic en coordenadas x,y específicas en la página
  • type : Escribe texto en la página
  • scroll : desplazarse por la página hacia arriba o hacia abajo
  • close_browser : Cierra la instancia del navegador

Ejemplo de uso

// Using the MCP tools in Roo Code const result = await use_mcp_tool({ server_name: "browser", tool_name: "launch_browser", arguments: { url: "https://example.com" } });

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
F
license - not found
-
quality - not tested

Permite que los agentes de IA controlen los navegadores web a través de una interfaz estandarizada para operaciones como iniciar, interactuar y cerrar navegadores.

  1. Características
    1. Instalación
      1. Configuración
        1. Herramientas disponibles
          1. Ejemplo de uso
            1. Licencia

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                Enables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.
                Last updated -
                1
                43
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.
                Last updated -
                1
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                AI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.
                Last updated -
                1
                Python
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                Empowers AI agents to perform web browsing, automation, and scraping tasks with minimal supervision using natural language instructions and Selenium.
                Last updated -
                1
                Python
                Apache 2.0
                • 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/grapheneaffiliate/browser-automation-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server