
Google Surf MCP
by HarimxChoi
Anti-bot Google search and content extraction without API keys using a warm Chrome profile.
What it does
Connects an AI agent to Google Search without requiring an API key. It uses Playwright and a persistent Chrome profile to perform searches and extract page content, mimicking human browsing behavior to bypass bot detection.
Tools
search: Performs a single Google search and returns titles, URLs, and snippets.search_parallel: Executes multiple search queries concurrently for faster data gathering.extract: Fetches a specific URL and returns the main article content in clean markdown.search_extract: A powerful combination that searches and extracts content from the top results in one call.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-surf": {
"command": "npx",
"args": ["-y", "google-surf-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npx google-surf-mcpInformation
- Pricing
- free
- Published
- 5/3/2026
- stars





