PageSpeed Insights MCP Server
Rank #2,651io.github.ruslanlap/pagespeed-insights-mcp
Google PageSpeed Insights & CrUX APIs: 19 tools for web performance audits.
PageSpeed Insights MCP Server is a Model Context Protocol (MCP) server published by ruslanlap. It ranks #2,651 of 111,373 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. PageSpeed Insights MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 27, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 108,722 of 111,373 servers on MCP Toplist.
Use PageSpeed Insights MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pagespeed-insights-mcp -e "GOOGLE_API_KEY=<your GOOGLE_API_KEY>" -- npx -y pagespeed-insights-mcpReplace each placeholder with your own value before saving.
[mcp_servers.pagespeed-insights-mcp]
command = "npx"
args = ["-y", "pagespeed-insights-mcp"]
[mcp_servers.pagespeed-insights-mcp.env]
GOOGLE_API_KEY = "<your GOOGLE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pagespeed-insights-mcp": {
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pagespeed-insights-mcp": {
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pagespeed-insights-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pagespeed-insights-mcp": {
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pagespeed-insights-mcp": {
"command": "npx",
"args": [
"-y",
"pagespeed-insights-mcp"
],
"env": {
"GOOGLE_API_KEY": "<your GOOGLE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ruslanlap%2Fpagespeed-insights-mcp)<a href="https://mcptoplist.com/server/io.github.ruslanlap%2Fpagespeed-insights-mcp"><img src="https://mcptoplist.com/badge/io.github.ruslanlap%2Fpagespeed-insights-mcp.svg" alt="MCP Toplist: Top 5% of 111,373" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ruslanlap
Available versions (2)
| Version | Published |
|---|---|
| 1.7.1 | Aug 24, 2026 |
| 1.5.2 | Aug 21, 2026 |
Frequently asked questions
- Who maintains PageSpeed Insights MCP Server?
- PageSpeed Insights MCP Server is maintained by ruslanlap, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is PageSpeed Insights MCP Server listed on the Official MCP Registry?
- Yes — PageSpeed Insights MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does PageSpeed Insights MCP Server have?
- MCP Toplist tracks 2 versions of PageSpeed Insights MCP Server, most recently published on Aug 24, 2026.
- Where can I find the source code for PageSpeed Insights MCP Server?
- The source code for PageSpeed Insights MCP Server is hosted at github.com/ruslanlap/pagespeed-insights-mcp.