Skip to main content
Glama

Lighthouse MCP

compare_mobile_desktop

Analyze and compare website performance across mobile and desktop devices using the Lighthouse MCP server. Evaluate metrics in key categories like performance, accessibility, SEO, best practices, and PWA to optimize user experience.

Instructions

Compare website performance between mobile and desktop devices

Input Schema

NameRequiredDescriptionDefault
categoriesNo
includeDetailsNoInclude detailed metrics and recommendations
throttlingNoWhether to throttle the audit (default: false)
urlYesURL to audit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "categories": { "items": { "description": "Categories to audit", "enum": [ "performance", "accessibility", "best-practices", "seo", "pwa" ], "type": "string" }, "type": "array" }, "includeDetails": { "default": false, "description": "Include detailed metrics and recommendations", "type": "boolean" }, "throttling": { "default": false, "description": "Whether to throttle the audit (default: false)", "type": "boolean" }, "url": { "description": "URL to audit", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/danielsogl/lighthouse-mcp-server'

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