Analytics · MODEL CONTEXT PROTOCOL

priyankark lighthouse mcp

Allows AI assistants such as Cursor/Cline/GitHub Copilot to use Google's lighthouse tool to measure perf metrics for your webpage. You can then run an agentic loop and get the assistants to optimize those metrics!

WHAT IT CONNECTS

priyankark lighthouse mcp 为 AI Agent 提供什么

  • Run comprehensive Lighthouse audits on any URL
  • Get performance scores and metrics
  • Configure device emulation (mobile/desktop)
  • Control network throttling
  • Select specific audit categories
  • Clone this repository
  • Install dependencies:
  • Build the project:
  • Run the server:
  • `url` (required): The URL to audit
  • `categories` (optional): Array of categories to audit (defaults to all)
  • Options: "performance", "accessibility", "best-practices", "seo", "pwa"
  • `device` (optional): Device to emulate (defaults to "mobile")
  • Options: "mobile", "desktop"
  • `throttling` (optional): Whether to apply network throttling (defaults to true)
  • `url` (required): The URL to audit
  • `device` (optional): Device to emulate (defaults to "mobile")
  • Options: "mobile", "desktop"
  • Node.js 16+
  • Chrome/Chromium browser (for Lighthouse)

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。