
No-API Google Search
by daenerys888
Enable LLMs with real-time Google search and page fetching using a local headless Chromium instance.
What it does
No-API Google Search allows AI models to perform real-time web searches and extract full page content without requiring a paid Google Search API key. It achieves this by running a headless Chromium browser locally on your machine to scrape results and render pages accurately.
Tools
google_search: Performs a Google search and returns a list of relevant links and snippets.fetch_page: Navigates to a specific URL and extracts the readable text content using headless Chromium.
Installation
Since this tool is typically distributed as a binary or custom package, you can run it via the provided release. For MCP clients, use the command path to the executable:
{
"mcpServers": {
"google-search": {
"command": "/path/to/noapi-google-search-mcp",
"args": []
}
}
}
Supported hosts
Confirmed support for local LLM integrations and general MCP-compatible clients.
Quick install
Download from GitHub Releases and run as an MCP serverInformation
- Pricing
- free
- Published
- 4/26/2026
- stars






