Scenario guide

Best Playwright MCP Servers in 2026

Microsoft's Playwright MCP became the default way to give an agent a browser: accessibility-tree-based interaction instead of fragile screenshots, so the agent can click, type, and assert reliably.

Beyond the official server, community builds add record-replay, network interception, and multi-tab support. The options below are ranked by adoption; the browser-automation category page covers hosted alternatives for anti-bot-heavy targets.

22个结果
MP
microsoft/playwright-mcp
开发工具

Playwright MCP server

3.5万 099
EM
executeautomation/mcp-playwright
浏览器自动化

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

5566 099
RP
remorses/playwriter
浏览器自动化

Chrome extension & CLI to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP

3684 040
JJ
jae-jae/fetcher-mcp
开发工具

MCP server for fetch web page content using Playwright headless browser.

1062 060
CR
chenningling/redbook-search-comment-mcp2.0
开发工具

这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。

438 047
VM
vikashloomba/mcp-server-playwright
浏览器自动化

MCP Server Playwright A Model Context Protocol server that provides browser automation capabilities using Playwright Enable LLMs to interact with web pages, take screenshots, and execute JavaScript...

298 099
CP
cloudflare/playwright-mcp
浏览器自动化

This project leverages Playwright for automated browser testing and integrates with Cloudflare Workers, Browser Rendering and @cloudflare/playwright for deployment.

250 056
BP
blackwhite084/playwright-plus-python-mcp
浏览器自动化

The server implements a simple note storage system with: - Custom note:// URI scheme for accessing individual notes - Each note resource has a name, description and text/plain mimetype

189 055
MP
mitsuhiko/playwrightess-mcp
浏览器自动化

An MCP (Model Context Protocol) server that provides a persistent Playwright evaluation environment.

75 080
LH
lars-hagen/mcp-playwright-cdp
浏览器自动化

A Model Context Protocol server that provides browser automation capabilities using Playwright with Chrome DevTools Protocol (CDP) support.

52 090
OV
openevident/vindicate
开发工具

A local-first Playwright test automation toolkit for AI coding agents (Cursor, Claude Code, Copilot), with MCP tools for codegen, browser control, and recordings.

45 035
EP
erkanbarin/playwright-agent-mcp-starter
开发工具

Production-ready starter for with Playwright, TypeScript, Page Object Model, and AI-powered Claude Code agents via MCP.

43 045
查看全部匹配条目 · 22

FAQ

Why Playwright over screenshot-based browser agents?

Playwright MCP drives the browser through the accessibility tree — structured element references rather than pixel guessing. That makes interactions dramatically more reliable and cheaper in tokens than vision-based approaches.

Can it verify the app I am building?

Yes — this is its killer workflow. The agent writes code, starts your dev server, then uses Playwright MCP to load the page, click through the flow, and screenshot the result. Frontend verification without leaving the chat.

Does it need a display?

No, it runs headless by default. Most servers accept a --headed flag or a "take screenshot" tool when you want to watch or debug.

相关指南