MCP Server Pagespeed
With the MCP Server Pagespeed, you can analyze webpage performance using Google PageSpeed Insights.
Real-time performance analysis: Get instant insights into webpage loading metrics like First Contentful Paint and First Input Delay
Performance scoring: Receive an overall performance score (0-100)
Improvement suggestions: View the top 5 prioritized recommendations with title, description, potential impact, and current value
Error handling: Access detailed error messages for invalid URLs, API failures, and other issues
TypeScript support: Integrate the server seamlessly with TypeScript-based projects
Allows analyzing webpage performance using Google PageSpeed Insights API, providing performance scores, loading experience metrics, and improvement suggestions
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Pagespeedanalyze the performance of https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@enemyrr/mcp-server-pagespeed
A Model Context Protocol server that provides Google PageSpeed Insights analysis. This server enables AI models to analyze webpage performance through a standardized interface.
Installation & Setup for Cursor IDE
Clone and build the project:
git clone https://github.com/enemyrr/mcp-server-pagespeed.git
cd mcp-server-pagespeed
npm install
npm run buildAdd the server in Cursor IDE settings:
Open Command Palette (Cmd/Ctrl + Shift + P)
Search for "MCP: Add Server"
Fill in the fields:
Name:
pagespeedType:
commandCommand:
node /absolute/path/to/mcp-server-pagespeed/build/index.js
Note: Replace
/absolute/path/to/with the actual path where you cloned and built the project.
Related MCP server: Lighthouse MCP
Command-line Usage
Just run:
npx mcp-server-pagespeedAvailable Tools
analyze_pagespeed
Analyze a webpage using Google PageSpeed Insights API.
use_mcp_tool({
server_name: "pagespeed",
tool_name: "analyze_pagespeed",
arguments: {
url: "https://example.com"
}
});The tool returns:
Overall performance score (0-100)
Loading experience metrics
First Contentful Paint
First Input Delay
Top 5 improvement suggestions with:
Title
Description
Potential impact
Current value
Features
Real-time webpage performance analysis
Detailed loading experience metrics
Prioritized improvement suggestions
Comprehensive error handling
TypeScript support
Error Handling
The server provides detailed error messages for:
Invalid URLs
API request failures
Connection issues
Invalid tool calls
Contributing
Contributions are welcome! Please feel free to submit a Pull Request to https://github.com/enemyrr/mcp-server-pagespeed
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceActs as a bridge between AI models and Google's PageSpeed Insights API, enabling detailed performance analysis of websites.Last updated9013MIT
- Alicense-qualityDmaintenanceEnables AI models to perform Google Lighthouse website performance analysis, including Core Web Vitals, accessibility, SEO audits, and actionable optimization recommendations. Provides comprehensive web performance insights through natural language interactions.Last updated8093MIT
- Alicense-qualityDmaintenanceEnables AI assistants to perform comprehensive web performance analysis using Google's PageSpeed Insights API, including metrics, best practices, SEO, and accessibility audits.Last updated90MIT
- AlicenseAqualityDmaintenanceEnables AI agents to monitor website performance by scanning sites, retrieving Core Web Vitals, detecting regressions, and receiving AI-powered optimization recommendations.Last updated1020MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili…
URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enemyrr/mcp-server-pagespeed'
If you have feedback or need assistance with the MCP directory API, please join our Discord server