drio
Open app

@enemyrr/mcp-server-pagespeed

Source

Catalog onlyCatalog onlySTDIO

Overview

@enemyrr/mcp-server-pagespeed is a Model Context Protocol server that provides Google PageSpeed Insights analysis, enabling AI models to analyze webpage performance through a standardized interface.

To use the server, clone the repository, build the project, and add it to Cursor IDE settings. You can also run it directly from the command line using npx mcp-server-pagespeed.

  • Real-time webpage performance analysis - Detailed loading experience metrics - Prioritized improvement suggestions - Comprehensive error handling - TypeScript support
  1. Analyzing webpage performance for SEO optimization.
  2. Identifying loading issues to enhance user experience.
  3. Providing actionable insights for web developers to improve site speed.

Add to your AI client

Use these steps to connect @enemyrr/mcp-server-pagespeed in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-pagespeed-enemyrr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-pagespeed-enemyrr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-pagespeed-enemyrr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-pagespeed-enemyrr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-pagespeed-enemyrr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-pagespeed-enemyrr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-pagespeed-enemyrr"
      ]
    }
  }
}

FAQ

What does the analyze_pagespeed tool do?

It analyzes a webpage using the Google PageSpeed Insights API and returns performance scores and improvement suggestions.

How do I install the server?

Clone the repository, run npm install, and build the project as per the setup instructions.

Can I contribute to the project?

Yes! Contributions are welcome, and you can submit a Pull Request on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1438,"uuid":"c55c7bf1-9a77-4f25-b330-e02fc48e8eb7","name":"mcp-server-pagespeed","title":"@enemyrr/mcp-server-pagespeed","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/183293722?v=4","created_at":"2025-02-20T15:49:41.311Z","updated_at":"2025-02-23T07:12:47.006Z","status":"created","author_name":"enemyrr","author_avatar_url":"https://avatars.githubusercontent.com/u/183293722?v=4","tags":"mcp-server,pagespeed,performance-analysis","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/enemyrr/mcp-server-pagespeed","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/204928b963f538504f85645d2a67aaa2879c2b5b86783e6d991314409f2a3670/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f77657338317738696c322f6261646765","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]