Skip to main content
Glama

Playwright-Lighthouse MCP Server

by kbyk004-diy

run-lighthouse

Analyze website performance by running Lighthouse audits on open pages. Assess categories like performance, accessibility, SEO, and best practices to identify key improvement areas.

Instructions

Runs a Lighthouse performance analysis on the currently open page

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to analyze (performance, accessibility, best-practices, seo, pwa)
maxItemsNoMaximum number of improvement items to display for each category
urlYesURL of the website you want to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categories": { "default": [ "performance" ], "description": "Categories to analyze (performance, accessibility, best-practices, seo, pwa)", "items": { "enum": [ "performance", "accessibility", "best-practices", "seo", "pwa" ], "type": "string" }, "type": "array" }, "maxItems": { "default": 3, "description": "Maximum number of improvement items to display for each category", "maximum": 5, "minimum": 1, "type": "number" }, "url": { "description": "URL of the website you want to analyze", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Playwright-Lighthouse MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kbyk004-diy/playwright-lighthouse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server