Lighthouse Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Lighthouse Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server that wraps around Google's Lighthouse tool to help measure various performance metrics for web pages.
This server is available in the Model Context Protocol Registry. Install it using your MCP client or Claude Desktop.
You can run the tool directly using npx without installation:
npx lighthouse-mcpInstall the package globally from npm:
npm install -g lighthouse-mcpThen run it:
lighthouse-mcp npm install npm run build npm startAdd the following to your MCP settings configuration file:
{
"mcpServers": {
"lighthouse": {
"command": "npx",
"args": ["lighthouse-mcp"],
"disabled": false,
"autoApprove": []
}
}
}Add the following to your MCP settings configuration file:
{
"mcpServers": {
"lighthouse": {
"command": "node",
"args": ["/absolute/path/to/lighthouse-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}Replace /absolute/path/to/lighthouse-mcp with the actual path to this project.
Run a comprehensive Lighthouse audit on a URL.
Parameters:
url (required): The URL to auditcategories (optional): Array of categories to audit (defaults to all)device (optional): Device to emulate (defaults to "mobile")throttling (optional): Whether to apply network throttling (defaults to true)Example:
{
"url": "https://example.com",
"categories": ["performance", "accessibility"],
"device": "desktop",
"throttling": false
}Get just the performance score for a URL.
Parameters:
url (required): The URL to auditdevice (optional): Device to emulate (defaults to "mobile")Example:
{
"url": "https://example.com",
"device": "mobile"
}Once the MCP server is configured, you can use it with Claude:
What's the performance score for example.com?Claude will use the get_performance_score tool to analyze the website and return the results.
<a href="https://glama.ai/mcp/servers/@priyankark/lighthouse-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@priyankark/lighthouse-mcp/badge" /> </a>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.