Serper MCP Server

by garylab

Integrations

  • Provides Google Search functionality via Serper API, allowing access to search results with support for customizing location, language, time period, and number of results.

Serper MCP サーバー

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

利用可能なツール

  • google_search - 検索の結果を取得します。
    • 必要な引数:
      • q (文字列): 検索するクエリ
    • オプションの引数:
      • gl (文字列): 検索する国 (例: us、uk、ca、au など)。
      • location (文字列): 検索する場所(例:サンフランシスコ、カリフォルニア州、米国)
      • hl (文字列): 検索する言語 (例: en、es、fr、de など)。
      • tbs (文字列): 検索する期間(例:d、w、m、y)
      • num (整数): 返される結果の数。最大値は 100 (デフォルト: 10)
      • page (整数): 返されるページ番号。最初のページは 1 (デフォルト: 1)

使用法

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

ライセンス

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

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

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

  1. Available Tools
    1. Usage
      1. Using uv (recommended)
      2. Using pip for project
      3. Using pip for globally usage
    2. Debugging
      1. License

        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
          7
          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
          53
          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

        ID: kiolh4qib8