Version 2.0 is here
@MCP-Mirror
Version 2.0 is here について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Google Search MCP Server?
An MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. It enables AI models to perform Google searches, extract webpage content, and analyze results programmatically.
How to use Google Search MCP Server?
Install Node.js dependencies, build TypeScript, and configure your Google API credentials (GOOGLE_API_KEY, GOOGLE_SEARCH_ENGINE_ID) in the MCP settings file. Start the server with npm run start. Invoke tools like google_search, extract_webpage_content, or extract_multiple_webpages via any MCP client.
Key features of Google Search MCP Server
- Google Custom Search integration with advanced filters and pagination
- Webpage content extraction in Markdown, HTML, or plain text
- Batch analysis of multiple webpages in a single request
- Automatic result categorization and content summarization
- Optimized, human-readable search result responses
- MCP-compliant interface with caching for performance
Use cases of Google Search MCP Server
- Searching the web for current information and returning structured results
- Extracting and summarizing article content from a URL
- Comparing information from multiple sources simultaneously
- Filtering search results by site, language, date, or exact terms
- Paginating through large result sets programmatically
FAQ from Google Search MCP Server
What prerequisites are needed?
Node.js v16 or higher, a Google Cloud Platform account, a Custom Search Engine ID, and a Google API Key.
How do I configure the server?
Set environment variables GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID, then add the server configuration to your MCP settings file (e.g., cline_mcp_settings.json) with the stdio transport type.
What tools are available?
Three tools: google_search (with optional filters and pagination), extract_webpage_content (single URL), and extract_multiple_webpages (batch URLs). All support auto-approval in MCP settings.
What happens if my API credentials are invalid?
The server returns detailed error messages for missing or invalid API credentials, failed search requests, invalid URLs, and network connectivity issues.
Where does the data live?
Search results and webpage content are fetched live from Google and the target websites. The server caches responses locally to reduce API calls, but no data is stored permanently.
「検索」の他のコンテンツ
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
コメント