MCP PageSpeed Insights
Connects LLMs to Google PageSpeed Insights to analyze web performance, accessibility, SEO, and best practices, enabling AI assistants to audit and improve any web page.
README
MCP PageSpeed Insights
An MCP (Model Context Protocol) server that connects LLMs to Google PageSpeed Insights. It lets AI assistants analyze any web page's performance, accessibility, SEO, and best practices — then help you act on the results.
Prerequisites
- Node.js 18+
- Google API Key — get one for free at Google Developers Console
Setup
git clone https://github.com/NicolasET/mcp-pagespeed-insight.git
cd mcp-pagespeed-insight
npm install
npm run build
Configuration
Add the server to your MCP client.
Claude Code (CLI)
claude mcp add pagespeed-insights -e GOOGLE_API_KEY=your_api_key_here -- node /absolute/path/to/mcp-pagespeed-insights/dist/server.js
On Windows (outside WSL), wrap with cmd /c:
claude mcp add pagespeed-insights -e GOOGLE_API_KEY=your_api_key_here -- cmd /c node C:\absolute\path\to\mcp-pagespeed-insights\dist\server.js
Scope options (add --scope before the server name):
| Scope | Description |
|---|---|
local (default) |
Private to you, current project only |
project |
Shared with the team via .mcp.json (committed to version control) |
user |
Private to you, available across all projects |
Example with scope:
claude mcp add --scope user pagespeed-insights -e GOOGLE_API_KEY=your_api_key_here -- node /absolute/path/to/mcp-pagespeed-insights/dist/server.js
After adding, verify with:
claude mcp list
Claude Desktop
Edit claude_desktop_config.json (Settings > Developer > Edit Config):
{
"mcpServers": {
"pagespeed-insights": {
"command": "node",
"args": ["/absolute/path/to/mcp-pagespeed-insights/dist/server.js"],
"env": {
"GOOGLE_API_KEY": "your_api_key_here"
}
}
}
}
Other MCP clients (Cursor, Windsurf, etc.)
Refer to your client's docs for registering a stdio MCP server. The command is:
node /absolute/path/to/mcp-pagespeed-insights/dist/server.js
The GOOGLE_API_KEY environment variable must be set.
Available Tools
| Tool | Description |
|---|---|
analyze_url |
Full Lighthouse analysis — all category scores, key metrics, and top improvement opportunities |
get_performance_metrics |
Core Web Vitals and performance scores (LCP, CLS, TBT, FCP, SI, TTI, TTFB) |
get_recommendations |
Prioritized improvement opportunities sorted by estimated impact |
get_network_analysis |
Resource breakdown by type, transfer sizes, and largest resources |
get_js_analysis |
JavaScript boot-up time, main thread work, and unused code |
get_image_optimization |
Images needing compression, modern format conversion, or lazy-loading |
get_render_blocking |
Render-blocking CSS/JS, critical request chains, preconnect/preload opportunities |
get_third_party_impact |
Third-party scripts by provider, size, blocking time, and facade opportunities |
get_accessibility_issues |
Accessibility score and all failing audits with affected elements |
compare_strategies |
Side-by-side mobile vs desktop comparison of scores and metrics |
All tools accept a url parameter (required) and a strategy parameter (mobile or desktop, defaults to mobile). The analyze_url and compare_strategies tools also accept a categories array to select which Lighthouse categories to run.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
GOOGLE_API_KEY |
Yes | — | Your Google API key for PageSpeed Insights |
CACHE_TTL_MS |
No | 300000 (5 min) |
How long to cache API responses in milliseconds |
Example Usage
Once configured, you can ask your AI assistant things like:
- "Analyze the performance of https://example.com"
- "What are the biggest performance issues on my site and how can I fix them?"
- "Compare mobile vs desktop performance for https://example.com"
- "Which images on https://example.com need optimization?"
- "Are there any accessibility issues on https://example.com?"
- "What third-party scripts are slowing down https://example.com?"
Development
# Run in development mode (no build needed)
npm run dev
# Type-check without emitting
npm run typecheck
# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Build for production
npm run build
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。