Google Search MCP Server
@1999AZZAR
Google Search MCP Server について
MCP server proxy for Google Programmable Search Engine
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-google-search": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-google-search",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Google Search MCP Server?
Google Search MCP Server is a microservice that wraps the Google Custom Search API. It provides caching, rate limiting, Prometheus metrics, and robust error handling. Intended for developers who want a production-ready search service with built-in observability and resilience.
How to use Google Search MCP Server?
Clone the repository, install dependencies with npm install, copy .env.example to .env and set your Google API key and Custom Search Engine ID. Run with npm run dev for development with live reload, or build and start for production. Docker support is also available.
Key features of Google Search MCP Server
- Centralized error handling middleware
- Config validation via Zod (fail-fast)
- Redis + LRU caching with stale-while-revalidate
- Prometheus metrics endpoint (
/metrics) - Rate limiting via express-rate-limit
- Swagger UI and GraphQL Sandbox UIs
Use cases of Google Search MCP Server
- Perform Google searches with optional filters (date, site, safe, etc.)
- Search for specific file types (e.g., PDFs)
- Extract main content and sentiment from a URL
- Monitor service health and collect Prometheus metrics
FAQ from Google Search MCP Server
What are the prerequisites for Google Search MCP Server?
Node.js >= v14, npm >= v6, a Google API Key with Custom Search API enabled, and a Google CSE ID. Redis is optional.
How do I configure caching and rate limiting?
Set environment variables like REDIS_URL, CACHE_TTL (Redis TTL in seconds), LRU_CACHE_SIZE, RATE_LIMIT_WINDOW_MS, and RATE_LIMIT_MAX in your .env file.
Can I run Google Search MCP Server in Docker?
Yes, a Dockerfile is provided. Build with docker build -t mcp-google-search . and run with docker run -d -p 3000:3000 --env-file .env mcp-google-search.
What API endpoints are
「検索」の他のコンテンツ
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
コメント