@enemyrr/mcp-server-pagespeed
@MCP-Mirror
About @enemyrr/mcp-server-pagespeed
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"enemyrr_mcp-server-pagespeed": {
"command": "npx",
"args": [
"mcp-server-pagespeed"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @enemyrr/mcp-server-pagespeed?
An MCP server that integrates Google PageSpeed Insights to let AI models analyze webpage performance and receive optimization suggestions through a standardized interface.
How to use @enemyrr/mcp-server-pagespeed?
Install by cloning the repository, running npm install and npm run build, then configure in Cursor IDE with the command node /absolute/path/to/build/index.js. Alternatively, run npx mcp-server-pagespeed directly from the command line. Use the analyze_pagespeed tool with a URL argument to obtain performance data.
Key features of @enemyrr/mcp-server-pagespeed
- Real-time webpage performance analysis
- Detailed loading experience metrics (FCP, FID)
- Top 5 prioritized improvement suggestions
- Comprehensive error handling for malformed URLs and API failures
- Written in TypeScript with full type support
Use cases of @enemyrr/mcp-server-pagespeed
- Automatically audit web page performance during development workflows
- Generate actionable optimization recommendations from AI assistants
- Integrate performance scoring into CI/CD or content review pipelines
- Provide users with instant page speed insights via chat interfaces
FAQ from @enemyrr/mcp-server-pagespeed
How do I install and configure @enemyrr/mcp-server-pagespeed?
Clone the repository, run npm install and npm run build, then add it as an MCP server in Cursor IDE using the command node /absolute/path/to/build/index.js, or run npx mcp-server-pagespeed directly.
What tools does the server provide?
It provides one tool: analyze_pagespeed. It accepts a url argument and returns performance scores, loading metrics, and improvement suggestions.
What data does the analysis return?
The analysis returns an overall performance score (0–100), First Contentful Paint, First Input Delay, and the top five improvement suggestions, each with a title, description, potential impact, and current value.
What error handling is available?
The server handles invalid URLs, API request failures, connection issues, and invalid tool calls, returning detailed error messages for each case.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Comments