MCP server for Google Lighthouse performance metrics
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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:
Install the package globally from npm:
Then run it:
Add the following to your MCP settings configuration file:
Add the following to your MCP settings configuration file:
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:
Get just the performance score for a URL.
Parameters:
url (required): The URL to auditdevice (optional): Device to emulate (defaults to "mobile")
Example:
Once the MCP server is configured, you can use it with Claude:
Claude will use the get_performance_score tool to analyze the website and return the results.
Chrome runs with its sandbox enabled. Localhost, IPv4 loopback, and IPv6 loopback remain supported by default. Private, link-local, cloud metadata, and other non-public destinations are blocked, including requests made by redirects and page resources. Connections use validated IP addresses to prevent DNS rebinding. Because loopback access is intentional, audit only pages you trust to access services on your own machine. For hostile sites, use a separate environment with network isolation.
Audits are limited to one at a time and time out after 120 seconds. Chrome and the audit proxy are cleaned up after success or failure.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/lighthouse-mcp)<a href="https://allmcps.com/mcp/lighthouse-mcp"><img src="https://allmcps.com/api/badge/lighthouse-mcp?style=directory" alt="Lighthouse MCP on AllMCPs" /></a>