Skip to main content
Glama

MCP Browser Automation Server

by hrmeetsingh

Automatización del navegador MCP

Este es un proyecto de demostración para practicar la implementación en servidor del Protocolo de Contexto de Modelo (MPP) para automatizar la navegación con Playwright. Interactúa con un cliente de escritorio Claude para aceptar las indicaciones del usuario y usar el servidor para controlar el navegador.

Prerrequisitos

Edificio

  1. Clonar el repositorio: git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
  2. Instalar dependencias: npm install
  3. Verifique que los ejecutables de salida estén presentes en la carpeta dist

Integración

  1. Cree un archivo de configuración en ~/Application\ Support/Claude/claude_desktop_config.json (esto es para macOS)
  2. Copie lo siguiente al archivo:
{ "mcpServers": { "mcp-browser-automation": { "command": "node", "args": ["/path/to/mcp-browser-automation/dist/index.js"] } } }
  1. Iniciar Claude Desktop

Uso

  1. Abra Claude Desktop
  2. Inicie una nueva conversación para abrir un navegador y navegar a una URL

Ejemplo

  • Se agregaron opciones del servidor MCP Se agregaron opciones del servidor MCP
  • Navegar a una URL y realizar acciones con el dramaturgoNavegar a una URL e ingresar texto

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

Permite la automatización de las tareas del navegador mediante Playwright interactuando a través de Claude Desktop para ejecutar indicaciones y operaciones definidas por el usuario.

  1. Prerrequisitos
    1. Edificio
      1. Integración
        1. Uso
          1. Ejemplo

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A server that enables browser automation using Playwright, allowing interaction with web pages, capturing screenshots, and executing JavaScript in a browser environment through LLMs.
              Last updated -
              12
              9,457
              1
              TypeScript
            • -
              security
              F
              license
              -
              quality
              Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.
              Last updated -
              2
              TypeScript
            • A
              security
              F
              license
              A
              quality
              Enables LLMs to perform browser automation through the Playwright framework with Chrome DevTools Protocol support, connecting to existing Chrome instances for advanced web interactions and JavaScript execution.
              Last updated -
              12
              9
              TypeScript
            • -
              security
              -
              license
              -
              quality
              Playwright wrapper for MCP that enables LLM-powered clients to control a browser for automation tasks.
              Last updated -
              Python

            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/hrmeetsingh/mcp-browser-automation'

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