lighthouse-mcp

by priyankark
Verified

run_audit

Analyze webpage performance, accessibility, SEO, best practices, and PWA metrics. Specify URL, device, and categories to audit using Lighthouse for actionable insights.

Instructions

Run a Lighthouse audit on a URL

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to audit (defaults to all)
deviceNoDevice to emulate (defaults to mobile)
throttlingNoWhether to apply network throttling (defaults to true)
urlYesURL to audit

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories to audit (defaults to all)", "items": { "enum": [ "performance", "accessibility", "best-practices", "seo", "pwa" ], "type": "string" }, "type": "array" }, "device": { "description": "Device to emulate (defaults to mobile)", "enum": [ "mobile", "desktop" ], "type": "string" }, "throttling": { "description": "Whether to apply network throttling (defaults to true)", "type": "boolean" }, "url": { "description": "URL to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from lighthouse-mcp

Related Tools

ID: xip1afyf7n