Skip to content
Veomark
MCP servers

Playwright MCP Server

Let a compatible agent inspect pages and interact with a browser through MCP.

What it does

Microsoft’s Playwright server provides browser automation tools. It is useful when an agent needs live page state and interactions; it is a separate executable integration from a Markdown prompt or skill.

  • Inspect the accessibility structure of a page.
  • Reproduce a browser interaction and collect screenshots.

What you need

  • Node.js 18 or newer, a supported browser environment, and an MCP-capable host.

Try it on a real task

Open a local calculator, enter invalid input, and report the visible result.

Review notes

  • Publisher documentation reviewed on 2026-09-18; runtime installation and model performance were not independently tested.
  • The upstream branch can change after review. Check the source before installing.