google-search

google-search

241

Google Search Tool is a Node.js application that facilitates Google searches by bypassing anti-scraping protections. It can operate as a command-line tool or an MCP server and is designed for integration with AI systems like Claude. The entire project is open-source, providing users with a customizable and free alternative to traditional search engine result APIs.

What is the Google Search Tool?

It is a Node.js tool that uses Playwright to perform Google searches and extract results, bypassing anti-scraping mechanisms.

How does the tool bypass Google's anti-bot detection?

It uses intelligent browser fingerprint management, state restoration, and randomization of device and locale settings.

Can the tool be used for free?

Yes, the tool is completely open-source and free to use without any restrictions.

What is MCP server integration?

MCP server integration allows AI assistants like Claude to use the tool for real-time search capabilities.

Is the tool customizable?

Yes, the tool is open-source and can be customized and extended as needed.