Servidor MCP del dramaturgo
Un servidor de Protocolo de Contexto de Modelo que proporciona funciones de automatización del navegador mediante Playwright. Este servidor permite a los LLM interactuar con páginas web, tomar capturas de pantalla y ejecutar JavaScript en un entorno de navegador real.
Captura de pantalla

Related MCP server: Puppeteer MCP Server
Documentación | Referencia de API
Instalación
Puede instalar el paquete utilizando npm, mcp-get o Smithery:
Usando npm:
npm install -g @executeautomation/playwright-mcp-server
Usando mcp-get:
npx @michaellatman/mcp-get@latest install @executeautomation/playwright-mcp-server
Uso de herrería
Para instalar Playwright MCP para Claude Desktop automáticamente a través de Smithery :
npx @smithery/cli install @executeautomation/playwright-mcp-server --client claude
Configuración para utilizar Playwright Server
Aquí está la configuración de Claude Desktop para utilizar el servidor Playwright:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@executeautomation/playwright-mcp-server"]
}
}
}