Serper MCP サーバー
Serper経由でGoogle検索を提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMはGoogleから検索結果情報を取得できます。
利用可能なツール
google_search
-すべてのパラメータを設定するgoogle_search_images
-すべてのパラメータを設定するgoogle_search_videos
-すべてのパラメータを設定するgoogle_search_places
-すべてのパラメータを設定するgoogle_search_maps
-すべてのパラメータを設定するgoogle_search_reviews
-すべてのパラメータを設定するgoogle_search_news
-すべてのパラメータを設定するgoogle_search_shopping
-すべてのパラメータを設定するgoogle_search_lens
-すべてのパラメータを設定するgoogle_search_scholar
-すべてのパラメータを設定するgoogle_search_parents
-すべてのパラメータを設定するgoogle_search_autocomplete
-すべてのパラメータを設定するwebpage_scrape
-すべてのパラメータを設定する
使用法
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Serper MCP Server を自動的にインストールするには:
uv
の使用(推奨)
- OS システムに
uv
がインストールされていることを確認してください。 - MCP クライアント コード構成またはClaude設定 (ファイル
claude_desktop_config.json
) に、serper
mcp サーバーを追加します。uv
はpypi.orgからuvx
を使用して mcp サーバーを自動的にダウンロードし、MCP クライアントに適用します。
プロジェクトにpip
を使用する
- MCP クライアント コードの
requirements.txt
ファイルにserper-mcp-server
追加します。 - 依存関係をインストールします。
- クライアントの設定を追加します:
グローバル使用のためにpip
を使用する
pip
またはpip3
OS システム内にあることを確認してください。- MCP クライアント コード構成またはClaude設定、
serper
mcp サーバーを追加します。
デバッグ
uvx
インスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:
または、パッケージを特定のディレクトリにインストールした場合や、そのディレクトリで開発している場合は、次のようにします。
ライセンス
serper-mcp-server は MIT ライセンスに基づきライセンスされています。つまり、MIT ライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリの LICENSE ファイルをご覧ください。
This server cannot be installed
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 から現在の情報を取得できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.Last updated -123TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -1077PythonMIT License
- AsecurityAlicenseAqualityA 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 -2TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.Last updated -PythonMIT License