Back to Apps

CWV Agent
Supports UIby ramboz
AI-powered Core Web Vitals analysis and performance optimization agent with CrUX and PSI integration.
0 stars
Works in:Cursor
Exposes:Tools
What it does\nCWV Agent is a comprehensive performance analysis tool that connects AI agents to real-world web performance data. It automates the collection of Core Web Vitals (CWV) using CrUX data and PageSpeed Insights (PSI), generates HAR files, and uses advanced LLMs to provide actionable optimization suggestions.\n\n## Tools\n- collect: Gathers raw performance data from CrUX and PSI.\n- prompt: Generates AI-powered optimization recommendations.\n- rules: Applies predefined performance best-practice rules.\n- agent: Runs a multi-agent workflow for deep performance analysis.\n- mcp-reviewer: Interactive suggestion management for Cursor IDE.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "cwv-agent": {\n "command": "node",\n "args": ["/path/to/cwv-agent/index.js"],\n "env": {\n "GOOGLE_CRUX_API_KEY": "your_key",\n "GOOGLE_PAGESPEED_INSIGHTS_API_KEY": "your_key"\n }\n }\n }\n}\n\n\n## Supported hosts\n- cursor
Quick install
npm install cwv-agentInformation
- Pricing
- free
- Published
- 7/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the node command to .cursor/mcp.json





