mcp-google-custom-search-server
If you are the rightful owner of mcp-google-custom-search-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides web search capabilities through Google's Custom Search API. This server enables Language Learning Models (LLMs) to perform web searches using a standardized interface.
The MCP Google Custom Search Server is a specialized server that integrates with Google's Custom Search API to provide web search capabilities for Language Learning Models (LLMs). It is designed to be compliant with the Model Context Protocol (MCP), ensuring seamless integration with various MCP clients, including Claude Desktop. The server is implemented in TypeScript, offering a type-safe environment, and uses Zod for input validation. It allows for configurable search results, with a maximum of 10 results per query, and provides formatted search results including titles, URLs, and descriptions. The server is equipped with robust error handling and validation mechanisms, making it a reliable tool for enhancing the search capabilities of LLM applications.
Features
- Seamless integration with Google Custom Search API
- Model Context Protocol (MCP) compliant server implementation
- Type-safe implementation using TypeScript
- Environment variable configuration
- Input validation using Zod
Tools
search
Performs a web search using Google Custom Search API.