@enemyrr/mcp-server-pagespeed
@MCP-Mirror
About @enemyrr/mcp-server-pagespeed
Mirror of
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments