lighthouse-mcp
Lighthouse MCP 서버
웹 페이지의 다양한 성능 지표를 측정하는 데 도움이 되는 Google Lighthouse 도구를 탑재한 MCP 서버입니다.

특징
모든 URL에 대해 포괄적인 Lighthouse 감사를 실행합니다.
성과 점수 및 측정항목 가져오기
장치 에뮬레이션 구성(모바일/데스크톱)
네트워크 제한 제어
특정 감사 범주를 선택하세요
Related MCP server: LightScout MCP
설치
옵션 1: npx 사용(권장)
설치 없이 npx를 사용하여 도구를 직접 실행할 수 있습니다.
지엑스피1
옵션 2: 글로벌 설치
패키지를 전역으로 설치합니다.
npm install -g lighthouse-mcp그런 다음 실행합니다.
lighthouse-mcp옵션 3: 지역 개발
이 저장소를 복제하세요
종속성 설치:
npm install프로젝트를 빌드하세요:
npm run build서버를 실행합니다:
npm start
MCP 구성
npm(global 또는 npx)을 통해 설치한 경우
MCP 설정 구성 파일에 다음을 추가합니다.
{
"mcpServers": {
"lighthouse": {
"command": "npx",
"args": ["lighthouse-mcp"],
"disabled": false,
"autoApprove": []
}
}
}로컬 개발 버전을 사용하는 경우
MCP 설정 구성 파일에 다음을 추가합니다.
{
"mcpServers": {
"lighthouse": {
"command": "node",
"args": ["/absolute/path/to/lighthouse-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}/absolute/path/to/lighthouse-mcp 이 프로젝트의 실제 경로로 바꾸세요.
사용 가능한 도구
실행_감사
URL에 대한 포괄적인 Lighthouse 감사를 실행합니다.
매개변수:
url(필수): 감사할 URLcategories(선택 사항): 감사할 카테고리 배열(기본값은 모두)옵션: "성능", "접근성", "모범 사례", "seo", "pwa"
device(선택 사항): 에뮬레이션할 장치(기본값은 "모바일")옵션: "모바일", "데스크톱"
throttling(선택 사항): 네트워크 제한을 적용할지 여부(기본값은 true)
예:
{
"url": "https://example.com",
"categories": ["performance", "accessibility"],
"device": "desktop",
"throttling": false
}성과점수 얻기
URL에 대한 성능 점수만 받아보세요.
매개변수:
url(필수): 감사할 URLdevice(선택 사항): 에뮬레이션할 장치(기본값은 "모바일")옵션: "모바일", "데스크톱"
예:
{
"url": "https://example.com",
"device": "mobile"
}사용 예
MCP 서버가 구성되면 Claude와 함께 사용할 수 있습니다.
What's the performance score for example.com?클로드는 get_performance_score 도구를 사용하여 웹사이트를 분석하고 결과를 반환합니다.
요구 사항
노드.js 16+
Chrome/Chromium 브라우저(Lighthouse용)
추천서
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI models to perform Google Lighthouse website performance analysis, including Core Web Vitals, accessibility, SEO audits, and actionable optimization recommendations. Provides comprehensive web performance insights through natural language interactions.7083MIT
- AlicenseAqualityDmaintenanceCore Web Vitals analysis powered by Lighthouse. Four tools: analyze a URL, compare two URLs, check against thresholds, or crawl an entire site. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.420MIT
- Alicense-qualityCmaintenanceEnables AI assistants to control and inspect a live Chrome browser for automated web debugging, performance analysis, and Lighthouse audits. It allows agents to capture screenshots, monitor network requests, and measure Core Web Vitals using plain-English prompts.2,322,781Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to perform comprehensive web performance analysis using Google's PageSpeed Insights API, including metrics, best practices, SEO, and accessibility audits.16MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/priyankark/lighthouse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server