Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Playwright MCP logo
MCP server

Playwright MCP

Gives an assistant a real browser to click, type and read pages with

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @playwright/mcp@latest
mcpServers
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp@latest"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Not required
Tools
24
License
Apache-2.0
Tools
browser_navigatebrowser_clickbrowser_typebrowser_snapshotbrowser_take_screenshotbrowser_console_messagesbrowser_network_requestsbrowser_resize

Microsoft ships this server so a model can drive Chromium, Firefox or WebKit through the Playwright API: open a URL, fill a form, click through a flow and read back the accessibility tree instead of a screenshot. Because it works from structured page state rather than pixels, the model can act on what is actually rendered.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?