MCP Google Custom Search Server
@alexatnordnet
关于 MCP Google Custom Search Server
An mcp server for searching against google custom search api
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-google-custom-search-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Google Custom Search Server?
A Model Context Protocol (MCP) server that enables Language Learning Models (LLMs) to perform web searches through Google's Custom Search API. It provides a standardized, type-safe interface compatible with Claude Desktop and other MCP clients.
How to use MCP Google Custom Search Server?
Install dependencies with npm install, create a .env file with your GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID, then build (npm run build) and start (npm start) the server. For Claude Desktop integration, add a JSON configuration entry pointing to the built server and supplying the same environment variables.
Key features of MCP Google Custom Search Server
- Seamless integration with Google Custom Search API
- MCP-compliant server implementation with TypeScript
- Configurable search results (up to 10 per query)
- Formatted output with titles, URLs, and descriptions
- Input validation using Zod
- Error handling and validation
Use cases of MCP Google Custom Search Server
- Providing web search results to an LLM for answering queries
- Integrating real-time web data into conversational AI assistants
- Enabling dynamic fact-checking and research via MCP clients
FAQ from MCP Google Custom Search Server
What prerequisites are needed to run the server?
You need a Google Cloud Project with the Custom Search API enabled, an API key, and a Custom Search Engine ID. Locally, Node.js v18 or higher and npm are required.
How do I configure the server for Claude Desktop?
Add a JSON block in the Claude Desktop config file (typically ~/Library/Application Support/Claude/claude_desktop_config.json) under mcpServers with the command node, the absolute path to the built index.js, and the required GOOGLE_API_KEY and GOOGLE_SEARCH_ENGINE_ID environment variables.
How many results can the search tool return per query?
The optional numResults parameter defaults to 5 and can be set up to a maximum of 10 results per search.
What runtime and dependencies does the server require?
It runs on Node.js v18+ with npm, and depends on the Google Custom Search API and the Model Context Protocol libraries.
Does the server handle invalid input or errors?
Yes, it includes input validation via Zod and error handling for API failures and malformed requests.
搜索 分类下的更多 MCP 服务器
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
评论