Google Surf

v0.4.6Search & Data Extractionstable

Anti-bot Google search MCP that replaces the usual search MCP + URL fetcher combo with one server. No API key, no proxies, includes graceful CAPTCHA recovery.

anti-botclaudegoogle-searchmcpmodel-context-protocol
Share:
182
Stars
0
Downloads
0
Weekly
0/5

What is Google Surf?

Google Surf is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to anti-bot google search mcp that replaces the usual search mcp + url fetcher combo with one server. no api key, no proxies, includes graceful captcha recovery.

Anti-bot Google search MCP that replaces the usual search MCP + URL fetcher combo with one server. No API key, no proxies, includes graceful CAPTCHA recovery.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Anti-bot Google search MCP that replaces the usual search MC

Use Cases

Search Google without API keys or proxies.
Perform anti-bot Google searches with CAPTCHA recovery.
Replace traditional search + URL fetching with unified server.
HarimxChoi

Maintainer

LicenseMIT License
Languagetypescript
Versionv0.4.6
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y google-surf-mcp

Manual Installation

npx -y google-surf-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Google Surf

google-surf-mcp is an anti-bot Google search server for the Model Context Protocol that combines real-time web search and full-page content extraction into a single server, eliminating the need to pair a search tool with a separate URL fetcher. It uses Playwright with layered stealth strategies and graceful CAPTCHA recovery to perform Google searches without API keys or paid proxies, and can extract HTML pages, PDFs, and academic papers from major publishers. It is particularly useful for research workflows where an AI assistant needs both search results and the full content of the pages found.

Prerequisites

  • Node.js 18+ installed on your system
  • Google Chrome or Chromium browser installed (auto-detected, or set CHROME_PATH)
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • No Google API key or search API subscription required
1

Install via npx (no global install needed)

The server can be run directly with npx. The first run will download the package and its Playwright browser drivers automatically.

npx -y google-surf-mcp
2

Configure your MCP client

Add the server to your MCP configuration file. The simplest setup needs no environment variables — defaults work out of the box for most machines.

3

Optional: tune rate limiting and caching

Set SURF_RATE_LIMIT_PER_MIN to control how many Google-facing requests per minute are made (default 10). Search results are cached for 24 hours by default (SURF_CACHE_TTL_SEARCH_MS=86400000).

4

Optional: enable LLM-assisted CAPTCHA healing

Set SURF_LLM_HEAL=true and provide ANTHROPIC_API_KEY to enable LLM-assisted selector repair when stealth strategies need updating.

5

Test the server

Ask your AI assistant to search for something. The server will open a headless Chrome session, perform the search, and return titles, URLs, and snippets.

Google Surf Examples

Client configuration

Add to your claude_desktop_config.json or ~/.claude.json to register google-surf-mcp. No API keys are needed for basic use.

{
  "mcpServers": {
    "google-surf": {
      "command": "npx",
      "args": ["-y", "google-surf-mcp"],
      "env": {
        "SURF_RATE_LIMIT_PER_MIN": "10",
        "SURF_HEADLESS": "true",
        "SURF_CACHE_TTL_SEARCH_MS": "86400000"
      }
    }
  }
}

Prompts to try

Example prompts that use search, extraction, and combined search-and-read capabilities.

- "Search Google for 'Model Context Protocol best practices' and summarize the top 3 results"
- "Fetch the full content of https://modelcontextprotocol.io/introduction and summarize it"
- "Search for the latest news on OpenAI and extract the full article from the top result"
- "Find the arxiv paper on 'attention is all you need' and extract its abstract"
- "Search for 'typescript mcp server tutorial' and read the first result"

Troubleshooting Google Surf

Chrome not found or fails to launch

Set the CHROME_PATH environment variable to the absolute path of your Chrome or Chromium binary, e.g. /usr/bin/google-chrome or /Applications/Google Chrome.app/Contents/MacOS/Google Chrome.

Google returns a CAPTCHA and search stalls

The server has built-in CAPTCHA recovery. If it keeps stalling, reduce SURF_RATE_LIMIT_PER_MIN (try 5 or 3) to slow down request frequency. You can also set SURF_HUMANLIKE_MODE=background for more human-like browsing behavior.

Extracted page content is truncated

Increase SURF_EXTRACT_MAX_CHARS beyond the default of 8000. Set it to 20000 or higher for long articles. For PDFs, ensure SURF_EXTRACT_OCR=false unless you specifically need OCR (requires Tesseract).

Frequently Asked Questions about Google Surf

What is Google Surf?

Google Surf is a Model Context Protocol (MCP) server that anti-bot google search mcp that replaces the usual search mcp + url fetcher combo with one server. no api key, no proxies, includes graceful captcha recovery. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Google Surf?

Install via npm with the command: npx -y google-surf-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Google Surf?

Google Surf works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Google Surf free to use?

Yes, Google Surf is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "google-surf": { "command": "npx", "args": ["-y", "google-surf-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Google Surf?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides