Install
$ agentstack add mcp-sofianbettayeb-pagespeed-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
PageSpeed MCP Server
A Model Context Protocol (MCP) server for PageSpeed & SEO audits. Zero configuration required - just install and use.
Features
7 powerful SEO audit tools:
| Tool | Description | |------|-------------| | run_pagespeed_test | Full PageSpeed Insights data (performance, accessibility, SEO, best practices) | | technical_seo_audit | Meta tags, canonical URLs, hreflang, Open Graph, Twitter Cards, JSON-LD structured data | | sitemap_robots_audit | Validate sitemap.xml and robots.txt | | onpage_seo_audit | Heading structure, word count, internal/external links, images, keyword analysis | | security_headers_audit | HTTPS, HSTS, CSP, X-Frame-Options, and more | | performance_audit | Core Web Vitals summary with optimization opportunities | | mobile_audit | Mobile-friendliness: viewport, tap targets, font sizes, responsive images, PWA readiness |
Quick Start
Add this to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pagespeed": {
"command": "npx",
"args": ["-y", "pagespeed-mcp-server"]
}
}
}
Restart Claude Desktop. That's it!
Example Prompts
- "Run an SEO audit on https://example.com"
- "Check the Core Web Vitals for my website"
- "Is my site mobile-friendly?"
- "Analyze https://mysite.com/blog for the keyword 'seo tips'"
- "Check if my sitemap and robots.txt are configured correctly"
Tools
run_pagespeed_test
Full PageSpeed Insights API response with all Lighthouse data.
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | url | string | required | URL to test | | strategy | string | mobile | mobile or desktop | | category | array | ['performance'] | Any of: performance, accessibility, best-practices, pwa, seo |
technical_seo_audit
Analyzes technical SEO elements.
Checks: Title tag, meta description, canonical URL, hreflang tags, Open Graph, Twitter Cards, JSON-LD structured data, viewport, language attribute.
sitemap_robots_audit
Validates sitemap and robots.txt.
Checks: robots.txt existence/content, sitemap references, sitemap.xml format, URL count.
onpage_seo_audit
Analyzes on-page SEO factors.
| Parameter | Type | Description | |-----------|------|-------------| | url | string | URL to analyze | | targetKeyword | string | Optional keyword to check optimization |
Checks: Heading structure (H1-H6), word count, internal/external links, image alt text, keyword placement/density.
security_headers_audit
Checks security headers.
Checks: HTTPS, Strict-Transport-Security, Content-Security-Policy, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy.
performance_audit
Summarized performance report.
Returns: Performance/Accessibility/SEO scores, Core Web Vitals (FCP, LCP, TBT, CLS), top optimization opportunities, overall grade (A-F).
mobile_audit
Mobile-friendliness check.
Checks: Viewport configuration, tap target sizes, font sizes, content width, responsive images, PWA elements (manifest, theme-color, touch icons).
Using Your Own API Key (Optional)
The server works out of the box. For higher rate limits, add your own key:
{
"mcpServers": {
"pagespeed": {
"command": "npx",
"args": ["-y", "pagespeed-mcp-server"],
"env": {
"PAGESPEED_API_KEY": "your-api-key-here"
}
}
}
}
Get a free API key at Google Cloud Console.
License
MIT
About Me
I'm Sofian Bettayeb.
By day, I'm a martech consultant, working with billion-dollar brands like Rolex and Helsana. By night, I build tools like AI SEO Copilot (15k+ installs), AEO Copilot, and blueprints like Webflow SEO Checklist (1k+ downloads) to help my Webflow friends make money with SEO and AEO.
In between, I ride my bikes and play with my kids in Bern, Switzerland.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sofianbettayeb
- Source: sofianbettayeb/pagespeed-mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.