LongClaw 龙爪
中文

Playwright MCP

stdio / HTTP

Playwright MCP exposes browser automation primitives for navigation, interaction, screenshots, and web testing workflows.

MCP ServerStars 682026-06-04Apache-2.0
MCP ServerSource linkedModelScope MCPbrowsertestinglocalMCP Server. Review tool permissions and credentials before enabling.

Playwright MCP

Playwright MCP connects agents to browser automation through the Model Context Protocol.

Key Features

  • Navigate pages and interact with web UI elements.
  • Capture screenshots and inspect page state.
  • Automate test reproduction and browser workflows.

Server Configuration

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}

Security Notes

Browser automation can read page content and interact with websites. Keep it scoped to trusted sessions.