PageSpeed MCP Server
@MCP-Mirror
About PageSpeed MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"PhialsBasement_Pagespeed-MCP-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-pagespeed-server",
"--client",
"claude"
]
}
}
}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 PageSpeed MCP Server?
A Model Context Protocol (MCP) server that extends AI assistant capabilities with PageSpeed Insights functionality. It bridges AI models and Google's PageSpeed Insights API for detailed performance analysis, Core Web Vitals, and comprehensive web audits.
How to use PageSpeed MCP Server?
Install via npm install pagespeed-mcp-server or using Smithery, then add the server to your AI assistant's configuration file (e.g., Claude). Invoke it by passing a URL and optional parameters like strategy (mobile/desktop) and categories to analyze.
Key features of PageSpeed MCP Server
- Performance metrics: FCP, LCP, CLS, TTI, TBT
- Best practices assessment (HTTPS, JS errors)
- SEO analysis (meta tags, robots.txt, structured data)
- Accessibility audits (ARIA, color contrast, headings)
- Resource optimization suggestions (images, JS, CSS)
- Customizable strategy and category selection
Use cases of PageSpeed MCP Server
- Analyze website performance with Core Web Vitals
- Assess SEO and accessibility compliance for web pages
- Optimize resource loading and caching policies
- Monitor best practices and browser console warnings
- Evaluate mobile-friendliness and user experience
FAQ from PageSpeed MCP Server
How do I install PageSpeed MCP Server?
You can install it via npm (npm install pagespeed-mcp-server) or automatically through Smithery using npx -y @smithery/cli install mcp-pagespeed-server --client claude.
What are the runtime requirements?
A stable internet connection and access to Google's PageSpeed Insights API. Supported platforms include Windows (x64, x86), Linux (x64), and macOS (x64, arm64).
Can I customize the analysis parameters?
Yes. You can set the strategy (mobile/desktop), categories (performance, accessibility, best-practices, seo), locale, and performance thresholds per category.
What error handling does the server include?
It handles invalid URLs, network timeouts, API rate limiting, invalid parameters, and server-side errors with appropriate messages.
Does the server require an API key?
No explicit API key is mentioned in the README; it uses Google's PageSpeed Insights API which is publicly accessible with rate limits. Using an API key can increase those limits.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments