MCP.so
登录
服务器

Lighthouse Mcp

@priyankark

Allows AI assistants such as Amp/Cline/Cursor/Claude Code/Codex/GitHub Copilot to use Google's lighthouse tool to measure perf metrics for your webpage. You can then run an agentic loop and get the assistants to optimize those metrics!

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "lighthouse": {
      "command": "npx",
      "args": [
        "lighthouse-mcp"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

来自「开发工具」的更多内容