This Google Search MCP server, developed by Fearghal Hayes, provides Google search capabilities, web content extraction, and screenshot functionality with advanced bot detection avoidance. Built with TypeScript and leveraging the rebrowser-puppeteer library, it offers features like custom search filtering, markdown conversion, caching, and browser instance pooling. The implementation focuses on reliability and performance, with configurable rate limiting and resource management. It's particularly useful for AI assistants and applications needing robust web search and content extraction capabilities, enabling use cases such as research automation, content aggregation, and web monitoring without dealing directly with browser APIs or search engine complexities.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Performs a Google search based on the specified query. Parameters: query (string), trustedDomains (optional array of strings), excludedDomains (optional array of strings), resultCount (optional number), safeSearch (optional boolean), dateRestrict (optional string)
Views the content of a specified URL. Parameters: url (string), includeImages (optional boolean), includeVideos (optional boolean), preserveLinks (optional boolean), formatCode (optional boolean)