Playwright-Lighthouse MCP Server

by kbyk004
Verified
{ "name": "playwright-lighthouse-mcp", "version": "1.0.0", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "inspector": "npx @modelcontextprotocol/inspector node build/index.js" }, "keywords": [], "author": "kbyk004", "license": "MIT", "description": "A MCP server that analyzes web site performance using Playwright and Lighthouse.", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@types/node": "^22.13.10", "playwright": "^1.51.0", "playwright-lighthouse": "^4.0.0", "ts-node": "^10.9.2", "typescript": "^5.8.2", "zod": "^3.24.2" } }