Skip to content
Zed

lighthouse mcp for Zed

io.github.priyankark/lighthouse-mcp

MCP server for Google Lighthouse performance metrics

client:Zed transport:stdio runtime:npm

Install lighthouse mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lighthouse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lighthouse-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

lighthouse mcp in other clients