Back to directory
mattiasw/browserloop

mattiasw/browserloop

@mattiasw232126

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
2025/5/25
Updated
2025/10/2