Lighthouse Audit
БесплатноНе проверенProvides detailed Lighthouse audits for web pages, returning specific failing elements with actionable suggestions and HTML snippets.
Описание
Provides detailed Lighthouse audits for web pages, returning specific failing elements with actionable suggestions and HTML snippets.
README
An MCP server that provides detailed Lighthouse audits for web pages. Unlike basic tools that only return scores, this server returns the specific elements that fail each audit with actionable suggestions.
Features
- Detailed Lighthouse audits with scores and specific failing elements
- Works with localhost and public URLs
- Desktop and mobile presets
- Category filtering (performance, accessibility, seo, best-practices)
- Clear output format with HTML snippets and selectors
Installation
# Clone and build
cd ~/Dev/mcp-lighthouse-audit
pnpm install
pnpm build
Add to Claude Code
claude mcp add lighthouse-audit node ~/Dev/mcp-lighthouse-audit/dist/index.js
Or add manually to ~/.claude/settings.json:
{
"mcpServers": {
"lighthouse-audit": {
"command": "node",
"args": ["/Users/<username>/Dev/mcp-lighthouse-audit/dist/index.js"]
}
}
}
Usage
Once installed, you can use the audit_page tool in Claude:
Basic audit
Audit http://localhost:4343/cottages
With specific categories
Audit http://localhost:4343 for accessibility only
Mobile preset
Audit https://example.com with mobile preset
Tool: audit_page
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to audit (localhost or public) |
| categories | string[] | No | Categories to audit: performance, accessibility, best-practices, seo |
| preset | string | No | Device preset: desktop (default) or mobile |
Output
Returns a formatted report with:
- Scores for each category (0-100)
- Summary of passed/failed audits
- Detailed list of failed audits grouped by category
- For each failed audit:
- ID and title
- Score
- Description
- Affected elements (HTML snippets, CSS selectors, URLs)
Requirements
- Node.js >= 18
- Chrome or Chromium installed on the system
License
MIT
Установка Lighthouse Audit
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jladev/mcp-lighthouse-auditFAQ
Lighthouse Audit MCP бесплатный?
Да, Lighthouse Audit MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lighthouse Audit?
Нет, Lighthouse Audit работает без API-ключей и переменных окружения.
Lighthouse Audit — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Lighthouse Audit в Claude Desktop, Claude Code или Cursor?
Открой Lighthouse Audit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Lighthouse Audit with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
