@neel_thakkar/core-web-vitals-mcp
v1.1.0
Published
An MCP server that fetches Core Web Vitals scores and detailed issues for URLs with optimization opportunities.
Downloads
50
Readme
core-web-vitals-mcp
This is an mcp server that fetches the Core Web Vitals scores for a list of URLs with the given sampling rate.
Usage
To use this mcp server, you need to have Node.js installed on your system.
Once you have Node.js installed you can configure this mcp server by adding below json configuration to your mcp.json file.
{
"mcpServers": {
"core-web-vitals": {
"command": "npx",
"args": ["-y", "@neel_thakkar/core-web-vitals-mcp"]
}
}
}Features
- Fetches pagespeed scores for given url and sampling rate(default to 3)
- Gives current issues that can be improved upon for a given url
