Playwright MCP Server
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-serverUsando mcp-get:
npx @michaellatman/mcp-get@latest install @executeautomation/playwright-mcp-serverUso 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 claudeConfiguració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"]
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
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/lebrodus/mcp-playwright'
If you have feedback or need assistance with the MCP directory API, please join our Discord server