Skip to main content
Glama

MCP Server Pagespeed

by enemyrr

@enemyrr/mcp-server-pagespeed

Google PageSpeed Insights 分析機能を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、AI モデルは標準化されたインターフェースを通じてウェブページのパフォーマンスを分析できるようになります。

カーソルIDEのインストールとセットアップ

  1. プロジェクトをクローンしてビルドします。
git clone https://github.com/enemyrr/mcp-server-pagespeed.git cd mcp-server-pagespeed npm install npm run build
  1. Cursor IDE 設定にサーバーを追加します。
    • コマンドパレットを開く (Cmd/Ctrl + Shift + P)
    • 「MCP: サーバーの追加」を検索
    • 以下のフィールドに入力します:
      • 名前: pagespeed
      • タイプ: command
      • コマンド: node /absolute/path/to/mcp-server-pagespeed/build/index.js

: /absolute/path/to/プロジェクトをクローンしてビルドした実際のパスに置き換えます。

コマンドラインの使用法

実行するだけです:

npx mcp-server-pagespeed

利用可能なツール

ページスピード分析

Google PageSpeed Insights API を使用して Web ページを分析します。

use_mcp_tool({ server_name: "pagespeed", tool_name: "analyze_pagespeed", arguments: { url: "https://example.com" } });

ツールは次を返します:

  • 全体的なパフォーマンススコア(0~100)
  • 読み込みエクスペリエンス指標
    • 最初のコンテンツペイント
    • 最初の入力遅延
  • 上位 5 つの改善提案:
    • タイトル
    • 説明
    • 潜在的な影響
    • 現在の値

特徴

  • リアルタイムのウェブページパフォーマンス分析
  • 詳細な読み込みエクスペリエンス指標
  • 優先的な改善提案
  • 包括的なエラー処理
  • TypeScriptサポート

エラー処理

サーバーは、次の詳細なエラー メッセージを提供します。

  • 無効なURL
  • APIリクエストの失敗
  • 接続の問題
  • 無効なツール呼び出し

貢献

貢献を歓迎します!お気軽にhttps://github.com/enemyrr/mcp-server-pagespeedにプルリクエストを送信してください。

ライセンス

マサチューセッツ工科大学

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI モデルが Google PageSpeed Insights API を使用してウェブページのパフォーマンスを分析し、リアルタイムのパフォーマンス スコアと改善提案を提供できるようになります。

  1. カーソルIDEのインストールとセットアップ
    1. コマンドラインの使用法
      1. 利用可能なツール
        1. ページスピード分析
      2. 特徴
        1. エラー処理
          1. 貢献
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Enables AI assistants to download images from URLs and perform basic image optimization tasks.
                Last updated -
                2
                4
                JavaScript
                Apache 2.0
              • -
                security
                A
                license
                -
                quality
                Acts as a bridge between AI models and Google's PageSpeed Insights API, enabling detailed performance analysis of websites.
                Last updated -
                4
                4
                JavaScript
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                This server enables AI systems to integrate with Tavily's search and data extraction tools, providing real-time web information access and domain-specific searches.
                Last updated -
                2
                8,040
                437
                JavaScript
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to
                Last updated -
                10
                311
                274
                TypeScript
                MIT License
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/enemyrr/mcp-server-pagespeed'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server