MCP Server for Google Search
Google 検索用の MCP サーバー
Google カスタム検索 API とウェブページ コンテンツ抽出機能を使用してウェブ検索機能を提供するモデル コンテキスト プロトコル サーバー。
ツール
検索
Google カスタム検索 API を使用して Web 検索を実行します。
ウェブ全体または特定のサイトを検索する
結果の制御番号(1~10)
タイトル、リンク、スニペットで構造化された結果を取得します
ウェブページリーダー
任意の Web ページからコンテンツを抽出します。
ウェブページのコンテンツを取得して解析する
ページのタイトルと本文を抽出
スクリプトとスタイルを削除してコンテンツを整理する
タイトル、テキスト、URLを含む構造化データを返す
Related MCP server: MCP Google Custom Search Server
インストール
Google APIキーと検索エンジンIDを取得する
Google Cloud プロジェクトを作成します。
新しいプロジェクトを作成するか、既存のプロジェクトを選択してください
プロジェクトの課金を有効にする
カスタム検索 API を有効にする:
APIライブラリへ移動
「カスタム検索API」を検索
「有効にする」をクリックします
APIキーを取得:
資格情報へ移動
「認証情報を作成」>「APIキー」をクリックします
APIキーをコピーする
(オプション)APIキーをカスタム検索APIのみに制限する
カスタム検索エンジンを作成する:
検索したいサイトを入力してください(一般的なウェブ検索にはwww.google.comを使用してください)
「作成」をクリック
次のページで「カスタマイズ」をクリックします
設定で「ウェブ全体を検索」を有効にします
検索エンジンID(cx)をコピーする
クライアント構成
Claude Desktop で使用するには、Google API 認証情報を使用してサーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["-y", "@mcp-for-dev/mcp-google-search"],
"env": {
"GOOGLE_API_KEY": "your-api-key-here",
"GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here"
}
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.228768MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.147MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.22
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.2MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
MCP server for Google search results via SERP API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mcp-for-dev/mcp-google-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server