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
- Clonar el repositorio:
git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
- Instalar dependencias:
npm install
- Verifique que los ejecutables de salida estén presentes en la carpeta
dist
Integración
- Cree un archivo de configuración en
~/Application\ Support/Claude/claude_desktop_config.json
(esto es para macOS) - Copie lo siguiente al archivo:
- Iniciar Claude Desktop
Uso
- Abra Claude Desktop
- Inicie una nueva conversación para abrir un navegador y navegar a una URL
Ejemplo
- Se agregaron opciones del servidor MCP
- Navegar a una URL y realizar acciones con el dramaturgo
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
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.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA 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 -129,4571TypeScript
- -securityFlicense-qualityProvides 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 -2TypeScript
- AsecurityFlicenseAqualityEnables 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 -129TypeScript
- -security-license-qualityPlaywright wrapper for MCP that enables LLM-powered clients to control a browser for automation tasks.Last updated -Python
Appeared in Searches
- Methods for Parsing Emails
- Tools and techniques for scraping website data, creating event calendars, and building YouTube playlists
- A server for finding gaming-related content
- Understanding File System Operations: Read, Write, and Edit Directories
- How to generate theme colors and download fonts in Figma