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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": [
"-y",
"web-agent-master/google-search"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-search npx -y web-agent-master/google-search
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": [
"-y",
"web-agent-master/google-search"
]
}
}
}
📋 Copy