@danielsogl/lighthouse-mcp
Version:
A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core Web Vitals monitoring using Google Lighthouse. Enables LLMs and AI agents to perform detailed we
120 lines (119 loc) • 3.35 kB
JSON
{
"name": "@danielsogl/lighthouse-mcp",
"version": "1.3.0",
"description": "A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core Web Vitals monitoring using Google Lighthouse. Enables LLMs and AI agents to perform detailed website analysis with 13+ specialized tools.",
"main": "dist/index.js",
"bin": {
"lighthouse-mcp-server": "./dist/index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"prepare": "is-ci || husky",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"smoke:profile": "ts-node scripts/smoke-profile.ts",
"release-please": "release-please release-pr --repo-url=https://github.com/danielsogl/lighthouse-mcp-server --package-name=@danielsogl/lighthouse-mcp",
"release-please:release": "release-please github-release --repo-url=https://github.com/danielsogl/lighthouse-mcp-server --package-name=@danielsogl/lighthouse-mcp"
},
"keywords": [
"lighthouse",
"mcp",
"model-context-protocol",
"performance",
"web-performance",
"audit",
"seo",
"accessibility",
"core-web-vitals",
"security",
"wcag",
"performance-budget",
"resource-analysis",
"javascript-optimization",
"mobile-performance",
"pwa",
"progressive-web-app",
"lcp",
"fid",
"cls",
"chrome",
"ai-agent",
"llm-tools",
"automation",
"web-audit",
"performance-monitoring",
"vscode-extension",
"cursor",
"windsurf",
"claude-desktop"
],
"author": {
"name": "Daniel Sogl",
"email": "security@codingrules.ai",
"url": "https://github.com/danielsogl"
},
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielsogl/lighthouse-mcp-server.git"
},
"homepage": "https://github.com/danielsogl/lighthouse-mcp-server#readme",
"bugs": {
"url": "https://github.com/danielsogl/lighthouse-mcp-server/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/danielsogl"
},
"files": [
"dist",
"README.md",
"LICENSE",
"SECURITY.md"
],
"devDependencies": {
"@eslint/js": "^9.39.2",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.5.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"release-please": "^17.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vitest": "^3.2.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"chrome-launcher": "^1.2.1",
"lighthouse": "^13.0.1",
"zod": "^3.25.76"
}
}