MCP Configs2026年4月6日·1 分钟阅读

Playwright MCP — Browser Automation for AI Agents

Official Playwright MCP server that gives AI agents full browser control — navigate pages, fill forms, click buttons, take screenshots, and run end-to-end tests. 3,000+ stars.

介绍

Playwright MCP is the official MCP server for Playwright browser automation, with 3,000+ GitHub stars. It gives AI agents like Claude Code full browser control — navigate pages, fill forms, click buttons, take screenshots, and run end-to-end tests. Ideal for developers who need AI-assisted web testing, scraping, or workflow automation.


Quick Use

Add the following to .mcp.json:

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-playwright"]
    }
  }
}

Intro

Playwright MCP is the official MCP server for Playwright browser automation, with 3,000+ GitHub stars. It gives AI agents like Claude Code full browser control — navigate pages, fill forms, click buttons, take screenshots, and run end-to-end tests. Ideal for developers who need AI-assisted web testing, scraping, or workflow automation.


Source & Thanks

Built on Playwright by Microsoft. Licensed under Apache 2.0.

playwright — ⭐ 70,000+

🙏

来源与感谢

Built on Playwright by Microsoft. Licensed under Apache 2.0.

playwright — ⭐ 70,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。