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)