Back to directory
mattiasw/browserloop

mattiasw/browserloop

@mattiasw

A Model Context Protocol (MCP) server for taking screenshots and reading console logs of web pages using Playwright.

mcpbrowserscreenshotplaywrightconsolelogsautomationweb

Installation & Configuration

{
  "mcpServers": {
    "browserloop": {
      "command": "npx",
      "args": [
        "-y",
        "browserloop@latest"
      ],
      "description": "Screenshot and console log capture server for web pages using Playwright"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13