fast-playwright-mcp

tontoko/fast-playwright-mcp
★ 36 stars TypeScript 🌐 Browser/Web Updated 10d ago
FAST Playwright MCP server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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