Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

Playwright MCP — Browser Automation for Agents

Playwright MCP exposes browser automation via MCP with device emulation; verified 5,510★ and documents 143 device profiles plus `playwright install` setup.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npx
Confianza
Confianza: Established
Entrada
npx @executeautomation/playwright-mcp-server
Comando CLI universal
npx tokrepo install 0c80ab9c-0031-5a65-b7f5-fcdb5de2232e
Introducción

Playwright MCP exposes browser automation via MCP with device emulation; verified 5,510★ and documents 143 device profiles plus playwright install setup.

Best for: Agent builders who need reliable browser automation with explicit tools and repeatable prompts

Works with: Claude Code/Claude Desktop/VS Code MCP and any client that can run an stdio MCP server

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub: 5510 stars · 510 forks · pushed 2025-12-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npx @executeautomation/playwright-mcp-server.

Main

  • Prefer tool-driven prompts (“use Playwright MCP tool to click X”) over free-form browsing for reproducible runs.
  • Install Playwright browsers explicitly (npx playwright install chromium) so the MCP server can launch reliably in CI/containers.
  • Use device emulation only when needed—README highlights 143 device profiles; desktop mode is usually less flaky.

Source-backed notes

  • README shows install options including npm install -g ... and Claude Code integration via claude mcp add ... npx ....
  • README includes Playwright setup steps such as npx playwright install and per-browser installs (chromium/firefox/webkit).
  • README claims support for 143 device emulation profiles with viewport/UA/touch/DPR emulation.

FAQ

  • Do I need a global install?: Not required—npx works, but global install can speed up repeated runs.
  • Why does browser launch fail?: Most failures come from missing browser binaries; run npx playwright install <browser> first.
  • Is it only for Claude?: No—README mentions VS Code install links and other MCP-capable clients.
🙏

Fuente y agradecimientos

Source: https://github.com/executeautomation/mcp-playwright > License: MIT > GitHub: ⭐ 5510 · forks 510

Thanks to the upstream maintainers for shipping the original project.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados