
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@igabrieldejesus/lighthouse-mcp
Advanced tools
MCP server for tracking web performance with Lighthouse
Performance tracking that your AI understands.
Runs Lighthouse audits, stores results locally with git context, and surfaces scores, Core Web Vitals, and trend comparisons directly in your AI chat.
npm install -g @igabrieldejesus/lighthouse-mcp
Or use directly with npx (no installation needed):
npx @igabrieldejesus/lighthouse-mcp
Open Settings → MCP → Add new server:
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": ["@igabrieldejesus/lighthouse-mcp"]
}
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"lighthouse-mcp": {
"command": "npx",
"args": ["@igabrieldejesus/lighthouse-mcp"]
}
}
}
Restart the client after saving.
| Tool | What it does |
|---|---|
lighthouse_audit | Run a Lighthouse audit on a URL. Saves scores, Core Web Vitals, and the full LHR with git context. |
lighthouse_compare | Compare the latest audit on two branches side-by-side with delta indicators. |
lighthouse_history | Show a timeline of past audits for a URL with trend arrows. |
lighthouse_status | Quick overview — latest scores, pass/fail vitals, and recommendations. |
Example prompts:
Run a Lighthouse audit on https://my-site.com
Compare performance between main and my current branch for https://my-site.com
Show audit history for https://my-site.com
What's the status of https://my-site.com?
lighthouse_audit accepts:
| Parameter | Type | Default |
|---|---|---|
url | string (required) | — |
device | "mobile" | "desktop" | "mobile" |
categories | ["performance", "accessibility", "best-practices", "seo"] | all |
Results are saved automatically to ~/.lighthouse-mcp/:
~/.lighthouse-mcp/
├── audits.db # SQLite — all audit metadata
└── results/ # Full Lighthouse JSON reports
└── 1-1708354200000.json
No account, no server, no config file needed.
git clone https://github.com/gabrieldejesus/lighthouse-mcp
cd lighthouse-mcp-src
npm install
npm run build
npm test
Point your MCP client at the local build:
{
"command": "node",
"args": ["/path/to/lighthouse-mcp-src/dist/index.js"]
}
MIT
FAQs
MCP server for tracking web performance with Lighthouse
The npm package @igabrieldejesus/lighthouse-mcp receives a total of 4 weekly downloads. As such, @igabrieldejesus/lighthouse-mcp popularity was classified as not popular.
We found that @igabrieldejesus/lighthouse-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.