playwright-mcp-server

esterlwealth/playwright-mcp-server
★ 0 stars Dockerfile AI/LLM Updated 1mo ago
Playwright MCP server for ChatGPT website inspection agent
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playwright-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "esterlwealth/playwright-mcp-server"
      ]
    }
  }
}