G-Search MCP is a powerful server for performing parallel Google searches with multiple keywords simultaneously, using Playwright to automate browser interactions. Developed by jae-jae, it features intelligent CAPTCHA detection with automatic switching to visible browser mode when verification is needed, browser state persistence to reduce detection likelihood, and user behavior simulation to mimic real browsing patterns. The implementation includes robust error handling, configurable search parameters (result limits, timeouts, locales), and returns structured JSON results, making it ideal for applications requiring efficient batch searching or when AI assistants need direct access to search engine results without triggering anti-bot measures.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Execute Google searches with multiple keywords and return results. Parameters: queries (required array of strings), limit (optional integer, default is 10), timeout (optional integer, default is 60000), noSaveState (optional boolean, default is false), locale (optional string, default is en-US), debug (optional boolean, overrides command line flag)