Google Search MCP (web-agent-master)
WebPlaywright-based MCP server that bypasses search engine anti-scraping mechanisms to execute Google searches.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-search-mcp": {
"command": "npx",
"args": [
"-y",
"google-search-cli"
]
}
}
}