MCP Directory
Back

google-search

by web-agent-master · TypeScript · ★ 590

A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.

#ai#google-search#llm#mcp-server#web-scraping

Install

npx -y github:web-agent-master/google-search

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-search": {
      "command": "npx",
      "args": [
        "-y",
        "github:web-agent-master/google-search"
      ]
    }
  }
}

From the README

A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches and extract results. It can be used directly as a command-line tool or as a Model Context Protocol (MCP) server to provide real-time search capabilities to AI assistants like Claude. [](https://star-history.com/#web-agent-master/google-search&Date) [中文文档](README.zh-CN.md) - **Local SERP API Alternative**: No need to rely on paid search engine results API services, all searches are executed locally - **Advanced Anti-Bot Detection Bypass Techniques**: - Intelligent browser fingerp…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers