google-search-mcp-server
If you are the rightful owner of google-search-mcp-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 ModelContextProtocol (MCP) server that provides Google Search capabilities as a tool.
The `google-search-mcp-server` is an MCP server that offers a `google_search` tool for performing web scraping of Google Search results. It returns structured data including titles, URLs, and snippets in a JSON-compatible format. The server supports pagination, configurable language, safe search, and result limits. It also uses random user agents to minimize detection during scraping. The server is designed to handle JSON-RPC requests over standard input/output, making it versatile for integration with various clients.
Features
- Google search scraping via HTTP requests
- Structured JSON output with title, URL, and snippet
- Supports pagination, result limits, and language/country options
- "I'm Feeling Lucky" single-result mode
- Built-in cookie jar and random user-agent for each search
Tools
google_search
Performs a Google search and returns results in a structured JSON format.