Skip to main content
Glama

Serper MCP Server

by garylab

Serper MCP サーバー

Serper経由でGoogle検索を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMはGoogleから検索結果情報を取得できます。

利用可能なツール

使用法

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Serper MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @garylab/serper-mcp-server --client claude

uvの使用(推奨)

  1. OS システムにuvがインストールされていることを確認してください。
  2. MCP クライアント コード構成またはClaude設定 (ファイルclaude_desktop_config.json ) に、 serper mcp サーバーを追加します。
    { "mcpServers": { "serper": { "command": "uvx", "args": ["serper-mcp-server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }
    uvpypi.orgからuvxを使用して mcp サーバーを自動的にダウンロードし、MCP クライアントに適用します。

プロジェクトにpipを使用する

  1. MCP クライアント コードのrequirements.txtファイルにserper-mcp-server追加します。
    serper-mcp-server
  2. 依存関係をインストールします。
    pip install -r requirements.txt
  3. クライアントの設定を追加します:
    { "mcpServers": { "serper": { "command": "python3", "args": ["-m", "serper_mcp_server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }

グローバル使用のためにpipを使用する

  1. pipまたはpip3 OS システム内にあることを確認してください。
    pip install serper-mcp-server # or pip3 install serper-mcp-server
  2. MCP クライアント コード構成またはClaude設定、 serper mcp サーバーを追加します。
    { "mcpServers": { "serper": { "command": "python3", "args": ["serper-mcp-server"], "env": { "SERPER_API_KEY": "<Your Serper API key>" } } } }

デバッグ

uvxインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:

npx @modelcontextprotocol/inspector uvx serper-mcp-server

または、パッケージを特定のディレクトリにインストールした場合や、そのディレクトリで開発している場合は、次のようにします。

cd path/to/servers/src/serper npx @modelcontextprotocol/inspector uv run serper-mcp-server -e SERPER_API_KEY=<the key>

ライセンス

serper-mcp-server は MIT ライセンスに基づきライセンスされています。つまり、MIT ライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリの LICENSE ファイルをご覧ください。

-
security - not tested
F
license - not found
-
quality - not tested

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.

LLM が Serper API 経由で Google 検索を実行できるようにし、モデルが Web から現在の情報を取得できるようにするモデル コンテキスト プロトコル サーバー。

  1. 利用可能なツール
    1. 使用法
      1. Smithery経由でインストール
      2. uvの使用(推奨)
      3. プロジェクトにpipを使用する
      4. グローバル使用のためにpipを使用する
    2. デバッグ
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.
          Last updated -
          1
          23
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
          Last updated -
          10
          77
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides LLMs with access to Valyu's knowledge retrieval and feedback APIs for searching proprietary/web sources and submitting transaction feedback.
          Last updated -
          2
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
          Last updated -
          Python
          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/garylab/serper-mcp-server'

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