pagespeed-insights-mcp
Related Servers
Alternatives to pagespeed-insights-mcp
- AlicenseNot gradedqualityDmaintenanceActs as a bridge between AI models and Google's PageSpeed Insights API, enabling detailed performance analysis of websites.11 npm13MIT
- AlicenseBqualityDmaintenanceEnables AI models to analyze webpage performance using the Google PageSpeed Insights API, providing real-time performance scores and improvement suggestions.1167 npm12MIT
- AlicenseNot gradedqualityCmaintenanceThis MCP server integrates Google PageSpeed Insights to analyze website performance, accessibility, best practices, SEO, and PWA on mobile and desktop, returning detailed audits and optimization opportunities.MIT
Related Servers
- FlicenseNot gradedqualityCmaintenanceAn MCP server that wraps the Google PageSpeed Insights API to analyse web performance, providing tools for scores, Core Web Vitals, opportunities, diagnostics, and batch analysis.-
- AlicenseAqualityAmaintenance16-tool MCP server for Google PageSpeed Insights & Chrome UX Report APIs. Analyze, compare, and optimize web performance directly through Claude, Cursor, or any MCP-compatible AI client.659Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server that audits web pages using Lighthouse and Puppeteer to find performance bottlenecks and generate CPU profiles for optimization.6 npmMIT
- AlicenseAqualityBmaintenanceMCP server for the Chrome UX Report, providing real-user Core Web Vitals (LCP, INP, CLS) and historical trends for any origin or URL via natural language queries.32MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that pulls PageSpeed Insights and Google Search Console data across multiple owned sites, enabling cross-site performance reports and synthesis via Claude.MIT

coven-mcpofficial
FlicenseNot gradedqualityDmaintenanceMCP server for website auditing and AI visibility measurement using the COVEN v2.0.1 methodology, offering tools to scan, score, and optimize sites for agent traffic.-
TDQS
Scored across 8 tools
Several tools cluster around the same PageSpeed analysis: report explicitly includes scores and failing findings, overlapping with check_pagespeed and diagnose_page, and diagnose/diagnose_page share a confusing prefix. The descriptions are detailed enough to mostly separate use cases, but the boundaries are not crisp.
The set mixes verb_noun names like check_pagespeed, diagnose_page, explain_lcp, and check_status with bare verbs like report, compare, and diagnose, plus the noun phrase field_data. The snake_case style is consistent and readable, but there is no uniform action-object convention and the diagnose/diagnose_page pair is easy to confuse.
Eight tools is well-scoped for a PageSpeed Insights server: core measurement, full reporting, focused diagnostics, field data, LCP explanation, before/after comparison, configuration checking, and job polling all fit. The count is neither bloated nor thin.
The surface covers the key workflows: measuring performance, diagnosing failing audits, retrieving real-user field data, explaining LCP, comparing changes, checking configuration, and collecting long-running jobs. There are no obvious dead ends or major missing operations for this domain.