@enemyrr/mcp-server-pagespeed
@enemyrr
About @enemyrr/mcp-server-pagespeed
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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?
@enemyrr/mcp-server-pagespeed is a Model Context Protocol server that provides Google PageSpeed Insights analysis, enabling AI models to analyze webpage performance through a standardized interface.
How to use @enemyrr/mcp-server-pagespeed?
Clone the repository, run npm install and npm run build, then add the server in Cursor IDE with the command node /absolute/path/to/mcp-server-pagespeed/build/index.js. Alternatively, run npx mcp-server-pagespeed from the command line. Use the analyze_pagespeed tool with a URL argument to get performance scores, loading metrics, and improvement suggestions.
Key features of @enemyrr/mcp-server-pagespeed
- Real-time webpage performance analysis
- Detailed loading experience metrics (FCP, FID)
- Prioritized improvement suggestions with impact
- Comprehensive error handling for invalid URLs and API failures
- TypeScript support
Use cases of @enemyrr/mcp-server-pagespeed
- Analyze webpage performance via AI models
- Retrieve loading experience metrics and improvement suggestions
- Integrate performance analysis into AI-driven workflows
FAQ from @enemyrr/mcp-server-pagespeed
What does @enemyrr/mcp-server-pagespeed do?
It provides Google PageSpeed Insights analysis, returning a performance score (0–100), loading metrics (First Contentful Paint, First Input Delay), and the top 5 improvement suggestions with title, description, potential impact, and current value.
How do I install and configure @enemyrr/mcp-server-pagespeed?
Clone the repository, run npm install and npm run build, then add the server in Cursor IDE with the command node /absolute/path/to/mcp-server-pagespeed/build/index.js. You can also run it directly via npx mcp-server-pagespeed.
What tools does @enemyrr/mcp-server-pagespeed provide?
It provides one tool: analyze_pagespeed, which accepts a url argument and returns performance analysis results.
What error handling does @enemyrr/mcp-server-pagespeed include?
The server provides detailed error messages for invalid URLs, API request failures, connection issues, and invalid tool calls.
What is the license for @enemyrr/mcp-server-pagespeed?
The project is licensed under the MIT License.
Frequently asked questions
What does @enemyrr/mcp-server-pagespeed do?
It provides Google PageSpeed Insights analysis, returning a performance score (0–100), loading metrics (First Contentful Paint, First Input Delay), and the top 5 improvement suggestions with title, description, potential impact, and current value.
How do I install and configure @enemyrr/mcp-server-pagespeed?
Clone the repository, run `npm install` and `npm run build`, then add the server in Cursor IDE with the command `node /absolute/path/to/mcp-server-pagespeed/build/index.js`. You can also run it directly via `npx mcp-server-pagespeed`.
What tools does @enemyrr/mcp-server-pagespeed provide?
It provides one tool: `analyze_pagespeed`, which accepts a `url` argument and returns performance analysis results.
What error handling does @enemyrr/mcp-server-pagespeed include?
The server provides detailed error messages for invalid URLs, API request failures, connection issues, and invalid tool calls.
What is the license for @enemyrr/mcp-server-pagespeed?
The project is licensed under the MIT License.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments