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.
Integrations
Uses environment variables to securely store and load Google API credentials and Custom Search Engine IDs for authentication.
Provides Google Custom Search functionality, allowing AI agents to search the web through Google's search engine API and retrieve search results programmatically.
Integrates with Google Cloud's Custom Search API, enabling access to customized search experiences with specific search engine configurations.
Google 検索 MCP サーバー
Google カスタム検索機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の google-search-mcp-server を自動的にインストールするには:
手動インストール
- リポジトリをクローンします。
- 依存関係をインストールします:
構成
次の変数を含む.env
ファイルをプロジェクト ルートに作成します。
これらの資格情報を取得するには:
- Google Cloud プロジェクトを作成し、カスタム検索 API を有効にする
- Google Cloud Console から API キーを生成する
- https://cse.google.com/cse/allでカスタム検索エンジンを作成し、ID を取得します。
使用法
MCP を使用してサーバーを起動します。
または、Claude DesktopアプリのCLAUDE_DIRECTORY/claude_desktop_config.jsonにサーバーを追加します。例えば、Windows Subsystem for Linux(WSL)を使用している場合は、以下のようになります。
This server cannot be installed
Claude が Google の検索 API に接続して Google カスタム検索操作を実行できるようにするモデル コンテキスト プロトコル サーバー。